|
ESPHome 2026.4.0
|
#include <ota_backend_arduino_rp2040.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 11 of file ota_backend_arduino_rp2040.h.
| void esphome::ota::ArduinoRP2040OTABackend::abort | ( | ) |
Definition at line 72 of file ota_backend_arduino_rp2040.cpp.
| OTAResponseTypes esphome::ota::ArduinoRP2040OTABackend::begin | ( | size_t | image_size | ) |
Definition at line 18 of file ota_backend_arduino_rp2040.cpp.
| OTAResponseTypes esphome::ota::ArduinoRP2040OTABackend::end | ( | ) |
Definition at line 59 of file ota_backend_arduino_rp2040.cpp.
| void esphome::ota::ArduinoRP2040OTABackend::set_update_md5 | ( | const char * | md5 | ) |
Definition at line 42 of file ota_backend_arduino_rp2040.cpp.
|
inline |
Definition at line 18 of file ota_backend_arduino_rp2040.h.
| OTAResponseTypes esphome::ota::ArduinoRP2040OTABackend::write | ( | uint8_t * | data, |
| size_t | len ) |
Definition at line 47 of file ota_backend_arduino_rp2040.cpp.