ESP-IDF + 0/2 examples
SourceVu will show references to esp_https_ota_begin() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

- ESP_OK: HTTPS OTA Firmware upgrade context initialised and HTTPS connection established - ESP_FAIL: For generic failure. - ESP_ERR_INVALID_ARG: Invalid argument (missing/incorrect config, certificate, etc.) - For other return codes, refer documentation in app_update component and esp_http_client component in esp-idf.

Notes

This API is blocking, so setting `is_async` member of `http_config` structure will result in an error.

References

from examples