mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
enhancement on the UI and support for power off and status_led for t1000e
This commit is contained in:
parent
676ba6d066
commit
7bb16cd7f3
7 changed files with 157 additions and 63 deletions
|
|
@ -40,6 +40,7 @@ public:
|
|||
virtual void onBeforeTransmit() { }
|
||||
virtual void onAfterTransmit() { }
|
||||
virtual void reboot() = 0;
|
||||
virtual void powerOff() { while (1) { }}; // hope it's overriden or never called ;)
|
||||
virtual uint8_t getStartupReason() const = 0;
|
||||
virtual bool startOTAUpdate() { return false; } // not supported
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue