esp_https_ota_get_image_size() function
This function returns OTA image total size.
Arguments
https_ota_handle
pointer to esp_https_ota_handle_t structure
Return value
- -1 On failure or chunked encoding - total bytes of image
Notes
This API should be called after esp_https_ota_begin() has been already called. This can be used to create some sort of progress indication (in combination with esp_https_ota_get_image_len_read())