Fix InkHUD shutdown code

This commit is contained in:
Jonathan Bennett
2025-07-22 08:49:33 -05:00
parent 2087629a47
commit d80dcd6afd

View File

@@ -223,7 +223,7 @@ void InkHUD::MenuApplet::execute(MenuItem item)
case SHUTDOWN:
LOG_INFO("Shutting down from menu");
power->shutdown();
shutdownAtMsec = millis();
// Menu is then sent to background via onShutdown
break;