idfxx 1.0.0
Modern C++23 components for ESP-IDF
Loading...
Searching...
No Matches
OTA Component

OTA firmware update session management with rollback support. More...

Namespaces

namespace  idfxx
 
namespace  idfxx::ota
 

Typedefs

typedef uint32_t esp_ota_handle_t
 

Detailed Description

OTA firmware update session management with rollback support.

Provides OTA update sessions, boot partition control, image state management, and rollback support for firmware updates.

Depends on Core Utilities for error handling and Partition Component for partition access.

Typedef Documentation

◆ esp_ota_handle_t

typedef uint32_t esp_ota_handle_t

Definition at line 30 of file ota.hpp.