mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
add get bootloader.ver command for nrf52
This commit is contained in:
parent
bbc5f0c11a
commit
1500a5a9cb
4 changed files with 32 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ public:
|
|||
virtual uint32_t getGpio() { return 0; }
|
||||
virtual void setGpio(uint32_t values) {}
|
||||
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
|
||||
|
||||
// Power management interface (boards with power management override these)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue