show critical faults on the screen

This commit is contained in:
Kevin Hester
2020-12-26 13:36:21 +08:00
parent 1e9ebbc476
commit 651bd71454
8 changed files with 69 additions and 20 deletions

View File

@@ -77,7 +77,8 @@ void MeshService::init()
sendOwnerPeriod = new concurrency::Periodic("SendOwner", sendOwnerCb);
sendOwnerPeriod->setIntervalFromNow(30 * 1000); // Send our initial owner announcement 30 seconds after we start (to give network time to setup)
nodeDB.init();
// moved much earlier in boot (called from setup())
// nodeDB.init();
if (gps)
gpsObserver.observe(&gps->newStatus);