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

Return value

- ESP_OK: Clean-up successful - ESP_ERR_INVALID_STATE - ESP_ERR_INVALID_ARG: Invalid argument - ESP_ERR_OTA_VALIDATE_FAILED: Invalid app image

Notes

If this API returns successfully, esp_restart() must be called to boot from the new firmware image esp_https_ota_finish should not be called after calling esp_https_ota_abort

References

from examples