ESPHome 2026.5.1
Loading...
Searching...
No Matches
esphome::ota::ArduinoLibreTinyOTABackend Class Referencefinal

#include <ota_backend_arduino_libretiny.h>

Public Member Functions

OTAResponseTypes begin (size_t image_size, OTAType ota_type=OTA_TYPE_UPDATE_APP)
 
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 9 of file ota_backend_arduino_libretiny.h.

Member Function Documentation

◆ abort()

void esphome::ota::ArduinoLibreTinyOTABackend::abort ( )

Definition at line 69 of file ota_backend_arduino_libretiny.cpp.

◆ begin()

OTAResponseTypes esphome::ota::ArduinoLibreTinyOTABackend::begin ( size_t image_size,
OTAType ota_type = OTA_TYPE_UPDATE_APP )

Definition at line 16 of file ota_backend_arduino_libretiny.cpp.

◆ end()

OTAResponseTypes esphome::ota::ArduinoLibreTinyOTABackend::end ( )

Definition at line 56 of file ota_backend_arduino_libretiny.cpp.

◆ set_update_md5()

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

Definition at line 39 of file ota_backend_arduino_libretiny.cpp.

◆ supports_compression()

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

Definition at line 16 of file ota_backend_arduino_libretiny.h.

◆ write()

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

Definition at line 44 of file ota_backend_arduino_libretiny.cpp.


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