mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 05:34:32 +02:00
Merge branch 'bugfix/docs_esp_https_ota' into 'master'
Resolve documentation issue reported by boarchuz in... See merge request espressif/esp-idf!8648
This commit is contained in:
@@ -162,7 +162,7 @@ esp_err_t esp_https_ota_finish(esp_https_ota_handle_t https_ota_handle);
|
|||||||
esp_err_t esp_https_ota_get_img_desc(esp_https_ota_handle_t https_ota_handle, esp_app_desc_t *new_app_info);
|
esp_err_t esp_https_ota_get_img_desc(esp_https_ota_handle_t https_ota_handle, esp_app_desc_t *new_app_info);
|
||||||
|
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* @brief This function returns OTA image data read so far.
|
* @brief This function returns OTA image data read so far.
|
||||||
*
|
*
|
||||||
* @note This API should be called only if `esp_https_ota_perform()` has been called atleast once or
|
* @note This API should be called only if `esp_https_ota_perform()` has been called atleast once or
|
||||||
|
Reference in New Issue
Block a user