Update system.py

This commit is contained in:
SpudGunMan
2024-07-21 23:29:02 -07:00
parent 5b841f8f59
commit 88970d59ad
+1 -1
View File
@@ -55,7 +55,7 @@ if interface_type == 'serial':
elif interface_type == 'tcp':
interface = meshtastic.tcp_interface.TCPInterface(hostname)
elif interface_type == 'ble':
interface = meshtastic.ble_interface.BLEInterface(hostname)
interface = meshtastic.ble_interface.BLEInterface(mac)
else:
print(f"System: Interface Type: {interface_type} not supported. Validate your config against config.template Exiting")
exit()