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

Return value

- ESP_OK: Data was written to flash successfully, or size = 0 - ESP_ERR_INVALID_ARG: handle is invalid. - ESP_ERR_OTA_VALIDATE_FAILED: First byte of image contains invalid app image magic byte. - ESP_ERR_FLASH_OP_TIMEOUT or ESP_ERR_FLASH_OP_FAIL: Flash write failed. - ESP_ERR_OTA_SELECT_INFO_INVALID: OTA data partition has invalid contents - ESP_ERR_INVALID_SIZE: if write would go out of bounds of the partition - or one of error codes from lower-level flash driver.

References

from examples