Этот коммит содержится в:
Florent
2025-06-01 15:32:02 +02:00
родитель c42e414a09
Коммит 1ac03f5592
2 изменённых файлов: 3 добавлений и 18 удалений
+1 -1
Просмотреть файл
@@ -98,7 +98,7 @@ public :
next_check = millis() + 1000;
if (_time_sync_needed && time_valid > 2) {
if (_clock != NULL) {
_clock.setCurrentTime(getTimestamp());
_clock->setCurrentTime(getTimestamp());
_time_sync_needed = false;
}
}