mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
gps : sync time on fix
This commit is contained in:
parent
92c296308a
commit
31cbf9ed0e
4 changed files with 52 additions and 6 deletions
|
|
@ -74,7 +74,7 @@ static uint32_t _atoi(const char* sp) {
|
|||
/* GLOBAL OBJECTS */
|
||||
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);
|
||||
|
||||
#ifdef DISPLAY_CLASS
|
||||
#include "UITask.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue