53e7beb95b
Current implimentation of esp_http_ota does not perform any error-checking in the data writing phase calls `esp_ota_get_next_update_partition()` irrespetive of the received state of the image. A few additional error checking mechanism have now been added inside the esp_https_ota which returns the control in case an invalid header is received and a wrapper to the function `esp_http_client_is_complete_data_received()` of `esp_http_client` has been added. |
||
---|---|---|
.. | ||
main | ||
server_certs | ||
CMakeLists.txt | ||
Makefile | ||
README.md | ||
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.