* OTA update for ESP32 targets

This commit is contained in:
Scott Powell
2025-03-22 23:51:44 +11:00
والد 30c6a0bc76
کامیت a4bb3782a4
22فایلهای تغییر یافته به همراه2105 افزوده شده و 15 حذف شده
+1 -1
مشاهده پرونده
@@ -42,7 +42,7 @@ public:
virtual void reboot() = 0;
virtual void powerOff() { /* no op */ }
virtual uint8_t getStartupReason() const = 0;
virtual bool startOTAUpdate() { return false; } // not supported
virtual bool startOTAUpdate(const char* id, char reply[]) { return false; } // not supported
};
/**