mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-23 03:00:56 +00:00
Admin message shutdown feature (#1124)
* Shutdown via proto admin message
This commit is contained in:
@@ -21,6 +21,7 @@ extern graphics::Screen *screen;
|
||||
const char *getDeviceName();
|
||||
|
||||
extern uint32_t rebootAtMsec;
|
||||
extern uint32_t shutdownAtMsec;
|
||||
|
||||
// If a thread does something that might need for it to be rescheduled ASAP it can set this flag
|
||||
// This will supress the current delay and instead try to run ASAP.
|
||||
|
||||
Reference in New Issue
Block a user