Merge branch 'dev' of https://github.com/ripplebiz/MeshCore into mymesh-refactor2

This commit is contained in:
hank 2025-06-01 09:34:09 -07:00
commit c13f676e57
9 changed files with 90 additions and 17 deletions

View file

@ -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"