[][src]Function esp_idf_bindgen::esp_ota_end

pub unsafe extern "C" fn esp_ota_end(handle: esp_ota_handle_t) -> esp_err_t

@brief Finish OTA update and validate newly written app image.

@param handle Handle obtained from esp_ota_begin().

@note After calling esp_ota_end(), the handle is no longer valid and any memory associated with it is freed (regardless of result).

@return