Type Alias esp_idf_sys::esp_ota_handle_t
source ยท pub type esp_ota_handle_t = u32;
Expand description
@brief Opaque handle for an application OTA update
esp_ota_begin() returns a handle which is then used for subsequent calls to esp_ota_write() and esp_ota_end().