mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-17 00:02:55 +00:00
Show "sleeping" on eink while in deep sleep
This commit is contained in:
@@ -149,7 +149,7 @@ void doDeepSleep(uint64_t msecToWake)
|
||||
waitEnterSleep();
|
||||
notifyDeepSleep.notifyObservers(NULL);
|
||||
|
||||
screen->setOn(false); // datasheet says this will draw only 10ua
|
||||
screen->doDeepSleep(); // datasheet says this will draw only 10ua
|
||||
|
||||
nodeDB.saveToDisk();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user