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

Return value

- ESP_OK: OTA operation commenced successfully. - ESP_ERR_INVALID_ARG: partition or out_handle arguments were NULL, or partition doesn't point to an OTA app partition. - ESP_ERR_NO_MEM: Cannot allocate memory for OTA operation. - ESP_ERR_OTA_PARTITION_CONFLICT: Partition holds the currently running firmware, cannot update in place. - ESP_ERR_NOT_FOUND: Partition argument not found in partition table. - ESP_ERR_OTA_SELECT_INFO_INVALID: The OTA data partition contains invalid data. - ESP_ERR_INVALID_SIZE: Partition doesn't fit in configured flash size. - ESP_ERR_FLASH_OP_TIMEOUT or ESP_ERR_FLASH_OP_FAIL: Flash write failed. - ESP_ERR_OTA_ROLLBACK_INVALID_STATE: If the running app has not confirmed state. Before performing an update, the application must be valid.

References

from examples