esp_https_ota_is_complete_data_received() function
Checks if complete data was received or not
Arguments
https_ota_handle
pointer to esp_https_ota_handle_t structure
Return value
- false - true
Notes
This API can be called just before esp_https_ota_finish() to validate if the complete image was indeed received.
Examples
esp_https_ota_is_complete_data_received() is referenced by 2 libraries and example projects: