Clean-up HTTPS OTA Firmware upgrade and close HTTPS connection This function closes the HTTP connection and frees the ESP HTTPS OTA context. This function switches the boot partition to the OTA partition containing the new firmware image.
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
Examples
esp_https_ota_finish() is referenced by 2 libraries and example projects: