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

Dieser Commit ist enthalten in:
Scott Powell
2025-10-30 16:45:50 +11:00
Ursprung c4e99a841a
Commit 3d9378d91e
8 geänderte Dateien mit 27 neuen und 5 gelöschten Zeilen
+1
Datei anzeigen
@@ -227,4 +227,5 @@ void loop() {
#ifdef DISPLAY_CLASS
ui_task.loop();
#endif
rtc_clock.tick();
}