esp_ota_abort() function
Abort OTA update, free the handle and memory associated with it.
Arguments
handle
obtained from esp_ota_begin().
Return value
- ESP_OK: Handle and its associated memory is freed successfully. - ESP_ERR_NOT_FOUND: OTA handle was not found.
Examples
esp_ota_abort() is referenced by 1 libraries and example projects: