mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-07 02:18:09 +00:00
Fix InkHUD shutdown code
This commit is contained in:
@@ -223,7 +223,7 @@ void InkHUD::MenuApplet::execute(MenuItem item)
|
|||||||
|
|
||||||
case SHUTDOWN:
|
case SHUTDOWN:
|
||||||
LOG_INFO("Shutting down from menu");
|
LOG_INFO("Shutting down from menu");
|
||||||
power->shutdown();
|
shutdownAtMsec = millis();
|
||||||
// Menu is then sent to background via onShutdown
|
// Menu is then sent to background via onShutdown
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user