Merge branch 'TheCommsChannel:main' into Yorkshire-BBS

This commit is contained in:
Blergo 2024-07-03 11:44:44 +01:00 committed by GitHub
commit b685ac9506
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,7 +57,7 @@ def main():
initialize_database()
def receive_packet(packet):
def receive_packet(packet, interface):
on_receive(packet, interface)
pub.subscribe(receive_packet, system_config['mqtt_topic'])