@@ -9,6 +9,8 @@ class Ota
public:
void updateFirmware(uint8_t* buf, size_t size);
bool updateStarted();
private:
bool _updateStarted = false;
esp_ota_handle_t otaHandler = 0;
The note is not visible to the blocked user.