esp-idf/examples/system/ota/native_ota_example
Harshit Malpani a687c3413e Fix 'address already in use' exception in OTA tests
We will stop the server instance at the end of each test case. This will solve the "address already in use" exception
2021-12-16 10:33:27 +05:30
..
main Make OTA example support keepalive 2021-01-26 14:09:13 +08:00
server_certs OTA examples: Updated server certificate 2021-07-16 13:47:46 +08:00
CMakeLists.txt OTA: enable example builds for esp32s2 target 2020-01-29 15:20:42 +01:00
example_test.py Fix 'address already in use' exception in OTA tests 2021-12-16 10:33:27 +05:30
Makefile update ota examples to support both Wi-Fi and Ethernet 2019-05-22 17:56:10 +08:00
README.md esp_https_ota: Add support for HTTPS based ota feature 2018-08-03 16:47:07 +05:30
sdkconfig.ci Increse receive timeout in sdkconfig.ci to fix CI failures 2020-07-13 10:15:01 +05:30
sdkconfig.defaults esp_https_ota: Add support for HTTPS based ota feature 2018-08-03 16:47:07 +05:30
version.txt bootloader: Add support of anti-rollback 2019-02-14 18:51:43 +08:00

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.