Merge pull request #348 from fdlamotte/gps_time_sync

gps : sync time on fix
This commit is contained in:
ripplebiz 2025-06-01 23:51:44 +10:00 committed by GitHub
commit ed6373edea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 35 additions and 4 deletions

View file

@ -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) ;