mirror of
https://github.com/esphome/esphome.git
synced 2025-10-07 04:13:47 +01:00
Replace custom OTA implementation in web_server_base (#9274)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
@@ -17,6 +17,9 @@ class ArduinoRP2040OTABackend : public OTABackend {
|
||||
OTAResponseTypes end() override;
|
||||
void abort() override;
|
||||
bool supports_compression() override { return false; }
|
||||
|
||||
private:
|
||||
bool md5_set_{false};
|
||||
};
|
||||
|
||||
} // namespace ota
|
||||
|
Reference in New Issue
Block a user