Function esp_idf_sys::esp_https_ota_is_complete_data_received

source ยท
pub unsafe extern "C" fn esp_https_ota_is_complete_data_received(
    https_ota_handle: esp_https_ota_handle_t,
) -> bool
Expand description

@brief Checks if complete data was received or not

@note This API can be called just before esp_https_ota_finish() to validate if the complete image was indeed received.

@param[in] https_ota_handle pointer to esp_https_ota_handle_t structure

@return

  • false
  • true