diff --git a/modules/system.py b/modules/system.py index c29a603..60a5871 100644 --- a/modules/system.py +++ b/modules/system.py @@ -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