ESPHome 2026.4.0
Loading...
Searching...
No Matches
esphome::ota::ArduinoRP2040OTABackend Class Referencefinal

#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 ()
 

Detailed Description

Definition at line 11 of file ota_backend_arduino_rp2040.h.

Member Function Documentation

◆ abort()

void esphome::ota::ArduinoRP2040OTABackend::abort ( )

Definition at line 72 of file ota_backend_arduino_rp2040.cpp.

◆ begin()

OTAResponseTypes esphome::ota::ArduinoRP2040OTABackend::begin ( size_t image_size)

Definition at line 18 of file ota_backend_arduino_rp2040.cpp.

◆ end()

OTAResponseTypes esphome::ota::ArduinoRP2040OTABackend::end ( )

Definition at line 59 of file ota_backend_arduino_rp2040.cpp.

◆ set_update_md5()

void esphome::ota::ArduinoRP2040OTABackend::set_update_md5 ( const char * md5)

Definition at line 42 of file ota_backend_arduino_rp2040.cpp.

◆ supports_compression()

bool esphome::ota::ArduinoRP2040OTABackend::supports_compression ( )
inline

Definition at line 18 of file ota_backend_arduino_rp2040.h.

◆ write()

OTAResponseTypes esphome::ota::ArduinoRP2040OTABackend::write ( uint8_t * data,
size_t len )

Definition at line 47 of file ota_backend_arduino_rp2040.cpp.


The documentation for this class was generated from the following files: