Moves the shutdown thread into the Power class, make shutdown and reboot private (#7415)
This commit is contained in:
co-authored by
GitHub
parent
fff12979a2
commit
86960cdb1d
+1
-1
@@ -72,7 +72,7 @@ extern Power *power;
|
||||
static void shutdownEnter()
|
||||
{
|
||||
LOG_DEBUG("State: SHUTDOWN");
|
||||
power->shutdown();
|
||||
shutdownAtMsec = millis();
|
||||
}
|
||||
|
||||
#include "error.h"
|
||||
|
||||
Reference in New Issue
Block a user