|
ESPHome 2026.1.3
|
Stub OTA backend for host platform - allows compilation but does not implement OTA. More...
#include <ota_backend_host.h>
Public Member Functions | |
| OTAResponseTypes | begin (size_t image_size) override |
| void | set_update_md5 (const char *md5) override |
| OTAResponseTypes | write (uint8_t *data, size_t len) override |
| OTAResponseTypes | end () override |
| void | abort () override |
| bool | supports_compression () override |
Public Member Functions inherited from esphome::ota::OTABackend | |
| virtual | ~OTABackend ()=default |
Stub OTA backend for host platform - allows compilation but does not implement OTA.
All operations return error codes immediately. This enables configurations with OTA triggers to compile for host platform during development.
Definition at line 10 of file ota_backend_host.h.
|
overridevirtual |
Implements esphome::ota::OTABackend.
Definition at line 21 of file ota_backend_host.cpp.
|
overridevirtual |
Implements esphome::ota::OTABackend.
Definition at line 13 of file ota_backend_host.cpp.
|
overridevirtual |
Implements esphome::ota::OTABackend.
Definition at line 19 of file ota_backend_host.cpp.
|
overridevirtual |
Implements esphome::ota::OTABackend.
Definition at line 15 of file ota_backend_host.cpp.
|
inlineoverridevirtual |
Implements esphome::ota::OTABackend.
Definition at line 17 of file ota_backend_host.h.
|
overridevirtual |
Implements esphome::ota::OTABackend.
Definition at line 17 of file ota_backend_host.cpp.