esp_https_ota_get_status_code() function
This function returns the HTTP status code of the last HTTP response.
Arguments
https_ota_handle
pointer to esp_https_ota_handle_t structure
Return value
- -1 On failure - HTTP status code
Notes
This API should be called only after esp_https_ota_begin() has been called. This can be used to check the HTTP status code of the OTA download process.