* 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 حذف شده
@@ -50,5 +50,5 @@ public:
NVIC_SystemReset();
}
bool startOTAUpdate() override;
bool startOTAUpdate(const char* id, char reply[]) override;
};