mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Add 60s watchdog for nrf52
In order to restore after battery voltage sags too low
This commit is contained in:
parent
fb726e48c2
commit
f46f822bfc
14 changed files with 128 additions and 9 deletions
|
|
@ -58,6 +58,7 @@ public:
|
|||
virtual uint8_t getStartupReason() const = 0;
|
||||
virtual bool getBootloaderVersion(char* version, size_t max_len) { return false; }
|
||||
virtual bool startOTAUpdate(const char* id, char reply[]) { return false; } // not supported
|
||||
virtual void loop() { /* no op */ }
|
||||
|
||||
// Power management interface (boards with power management override these)
|
||||
virtual bool isExternalPowered() { return false; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue