ESPHome
2024.10.2
|
#include <ota_backend_arduino_rp2040.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 |
Definition at line 12 of file ota_backend_arduino_rp2040.h.
|
overridevirtual |
Implements esphome::ota::OTABackend.
Definition at line 66 of file ota_backend_arduino_rp2040.cpp.
|
overridevirtual |
Implements esphome::ota::OTABackend.
Definition at line 19 of file ota_backend_arduino_rp2040.cpp.
|
overridevirtual |
Implements esphome::ota::OTABackend.
Definition at line 55 of file ota_backend_arduino_rp2040.cpp.
|
overridevirtual |
Implements esphome::ota::OTABackend.
Definition at line 41 of file ota_backend_arduino_rp2040.cpp.
|
inlineoverridevirtual |
Implements esphome::ota::OTABackend.
Definition at line 19 of file ota_backend_arduino_rp2040.h.
|
overridevirtual |
Implements esphome::ota::OTABackend.
Definition at line 43 of file ota_backend_arduino_rp2040.cpp.