mirror of
https://github.com/TheCommsChannel/TC2-BBS-mesh.git
synced 2025-01-23 04:51:06 -05:00
Support for CLI arguments
This commit is contained in:
parent
a93ed20554
commit
3a4a79928b
@ -58,7 +58,7 @@ def main():
|
|||||||
initialize_database()
|
initialize_database()
|
||||||
|
|
||||||
def receive_packet(packet):
|
def receive_packet(packet):
|
||||||
on_receive(packet, interface, system_config)
|
on_receive(packet, interface)
|
||||||
|
|
||||||
pub.subscribe(receive_packet, system_config['mqtt_topic'])
|
pub.subscribe(receive_packet, system_config['mqtt_topic'])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user