* Fix for VolatileRTCClock wrapping around to initial synced time every 49 days

此提交包含在:
Scott Powell
2025-10-30 16:45:50 +11:00
父節點 c4e99a841a
當前提交 3d9378d91e
共有 8 個檔案被更改,包括 27 行新增5 行删除
+1
查看文件
@@ -227,4 +227,5 @@ void loop() {
#ifdef DISPLAY_CLASS
ui_task.loop();
#endif
rtc_clock.tick();
}