Update system.py

This commit is contained in:
SpudGunMan
2025-11-12 10:17:32 -08:00
parent 14fb3f9cb6
commit be38588292

View File

@@ -1348,7 +1348,7 @@ def handleAlertBroadcast(deviceID=1):
def onDisconnect(interface):
# Handle disconnection of the interface
logger.warning(f"System: Abrupt Disconnection of Interface detected")
logger.warning(f"System: Abrupt Disconnection of Interface detected, attempting reconnect...")
interface.close()
# Telemetry Functions