|
ESPHome 2026.5.0-dev
|
#include <ota_backend_esp_idf.h>
Public Member Functions | |
| OTAResponseTypes | begin (size_t image_size) |
| void | set_update_md5 (const char *md5) |
| OTAResponseTypes | write (uint8_t *data, size_t len) |
| OTAResponseTypes | end () |
| void | abort () |
| bool | supports_compression () |
Definition at line 12 of file ota_backend_esp_idf.h.
| void esphome::ota::IDFOTABackend::abort | ( | ) |
Definition at line 117 of file ota_backend_esp_idf.cpp.
| OTAResponseTypes esphome::ota::IDFOTABackend::begin | ( | size_t | image_size | ) |
Definition at line 18 of file ota_backend_esp_idf.cpp.
| OTAResponseTypes esphome::ota::IDFOTABackend::end | ( | ) |
Definition at line 87 of file ota_backend_esp_idf.cpp.
| void esphome::ota::IDFOTABackend::set_update_md5 | ( | const char * | md5 | ) |
Definition at line 68 of file ota_backend_esp_idf.cpp.
|
inline |
Definition at line 19 of file ota_backend_esp_idf.h.
| OTAResponseTypes esphome::ota::IDFOTABackend::write | ( | uint8_t * | data, |
| size_t | len ) |
Definition at line 73 of file ota_backend_esp_idf.cpp.