* refactor: new helpers/nrf52 dir

* RAK, startOTAUpdate()
This commit is contained in:
Scott Powell
2025-02-03 12:53:38 +11:00
parent 79f2d65a64
commit 7b31fc8ef9
8 files changed
+84 -13

No files matched your search

+1
View File
@@ -41,6 +41,7 @@ public:
virtual void onAfterTransmit() { }
virtual void reboot() = 0;
virtual uint8_t getStartupReason() const = 0;
virtual bool startOTAUpdate() { return false; } // not supported
};
}