Moved power fsm thread out of main (#1265)

This commit is contained in:
Ben Meadors
2022-03-01 18:40:21 +00:00
committed by GitHub
parent 950b54aaba
commit 556fc6210d
3 changed files with 42 additions and 29 deletions

View File

@@ -21,6 +21,8 @@ extern graphics::Screen *screen;
// Return a human readable string of the form "Meshtastic_ab13"
const char *getDeviceName();
extern uint32_t timeLastPowered;
extern uint32_t rebootAtMsec;
extern uint32_t shutdownAtMsec;