mirror of
https://github.com/meshtastic/firmware.git
synced 2026-03-27 11:33:38 -04:00
coroutine: kinda works now
This commit is contained in:
@@ -151,7 +151,7 @@ void doDeepSleep(uint64_t msecToWake)
|
||||
notifySleep.notifyObservers(NULL); // also tell the regular sleep handlers
|
||||
notifyDeepSleep.notifyObservers(NULL);
|
||||
|
||||
screen.setOn(false); // datasheet says this will draw only 10ua
|
||||
screen->setOn(false); // datasheet says this will draw only 10ua
|
||||
|
||||
nodeDB.saveToDisk();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user