mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-08-10 18:53:03 +02:00
Calm down clock skew loggings
This commit is contained in:
+2
-4
@@ -943,10 +943,8 @@ async def sync_radio_time(mc: MeshCore) -> bool:
|
|||||||
except Exception:
|
except Exception:
|
||||||
logger.warning("Reboot command failed", exc_info=True)
|
logger.warning("Reboot command failed", exc_info=True)
|
||||||
elif _clock_reboot_attempted:
|
elif _clock_reboot_attempted:
|
||||||
logger.warning(
|
logger.debug(
|
||||||
"Clock skew persists after reboot — the radio likely has a "
|
"Clock skew persists after reboot (hardware RTC); ignoring until next session."
|
||||||
"hardware RTC that preserved the wrong time. A manual "
|
|
||||||
"'clkreboot' CLI command is needed to reset it."
|
|
||||||
)
|
)
|
||||||
|
|
||||||
return False
|
return False
|
||||||
|
|||||||
Reference in New Issue
Block a user