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:
Krzysztof Budzynski 2020-05-08 16:30:42 +08:00
commit fc4a5609ac

View file

@ -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);
/*
/**
* @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