|
ESPHome 2026.3.3
|
#include <ota_backend_arduino_libretiny.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 10 of file ota_backend_arduino_libretiny.h.
| void esphome::ota::ArduinoLibreTinyOTABackend::abort | ( | ) |
Definition at line 67 of file ota_backend_arduino_libretiny.cpp.
| OTAResponseTypes esphome::ota::ArduinoLibreTinyOTABackend::begin | ( | size_t | image_size | ) |
Definition at line 17 of file ota_backend_arduino_libretiny.cpp.
| OTAResponseTypes esphome::ota::ArduinoLibreTinyOTABackend::end | ( | ) |
Definition at line 54 of file ota_backend_arduino_libretiny.cpp.
| void esphome::ota::ArduinoLibreTinyOTABackend::set_update_md5 | ( | const char * | md5 | ) |
Definition at line 37 of file ota_backend_arduino_libretiny.cpp.
|
inline |
Definition at line 17 of file ota_backend_arduino_libretiny.h.
| OTAResponseTypes esphome::ota::ArduinoLibreTinyOTABackend::write | ( | uint8_t * | data, |
| size_t | len ) |
Definition at line 42 of file ota_backend_arduino_libretiny.cpp.