Merge pull request #348 from fdlamotte/gps_time_sync

gps : sync time on fix
Этот коммит содержится в:
ripplebiz
2025-06-01 23:51:44 +10:00
коммит произвёл GitHub
родитель d755c6d6f0 1ac03f5592
Коммит ed6373edea
4 изменённых файлов: 35 добавлений и 4 удалений
+1 -1
Просмотреть файл
@@ -1650,7 +1650,7 @@ public:
StdRNG fast_rng;
SimpleMeshTables tables;
MyMesh the_mesh(radio_driver, fast_rng, *new VolatileRTCClock(), tables); // TODO: test with 'rtc_clock' in target.cpp
MyMesh the_mesh(radio_driver, fast_rng, rtc_clock, tables);
void halt() {
while (1) ;