mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
b2eb199502
* assert(update_partition) should be before trying to use update_partition in ESP_LOGI(). * if we show detailed description about the error ESP_ERR_OTA_VALIDATE_FAILED, why show it again using esp_err_to_name() ? Merges https://github.com/espressif/esp-idf/pull/6623 Signed-off-by: Shubham Kulkarni <shubham.kulkarni@espressif.com> |
||
---|---|---|
.. | ||
main | ||
server_certs | ||
CMakeLists.txt | ||
example_test.py | ||
Makefile | ||
README.md | ||
sdkconfig.ci | ||
sdkconfig.defaults | ||
version.txt |
Native OTA example
This example is based on app_update
component's APIs.
Configuration
Refer the README.md in the parent directory for the setup details.