gps : sync time on fix

This commit is contained in:
Florent 2025-05-31 10:57:22 +02:00
parent 22055c2240
commit 08aad7338b
4 changed files with 52 additions and 6 deletions

View file

@ -1643,7 +1643,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) ;