esp-idf/examples/system/ota/simple_ota_example
2021-03-25 17:51:22 +08:00
..
main examples: Add OTA bind specified interface example 2021-03-10 02:19:29 +00:00
server_certs example/simple_ota_example: Add example test 2019-06-25 23:41:33 +00:00
CMakeLists.txt OTA: enable example builds for esp32s2 target 2020-01-29 15:20:42 +01:00
example_test.py flash enc: add flash encryption unit and example test for C3 2021-03-25 17:51:22 +08:00
Makefile Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
README.md examples: Add OTA bind specified interface example 2021-03-10 02:19:29 +00:00
sdkconfig.ci examples: Add OTA bind specified interface example 2021-03-10 02:19:29 +00:00
sdkconfig.ci.flash_enc nvs_flash: Modify the default NVS initialization API with internal nvs encryption 2021-01-20 11:12:14 +00:00
sdkconfig.ci.flash_enc_wifi flash enc: add flash encryption unit and example test for C3 2021-03-25 17:51:22 +08:00
sdkconfig.ci.spiram simple_ota_example: add SPIRAM enabled configuration 2020-06-12 05:45:02 +00:00
sdkconfig.defaults esp_https_ota: Add support for HTTPS based ota feature 2018-08-03 16:47:07 +05:30

Simple OTA example

This example is based on esp_https_ota component's APIs.

Configuration

Refer README.md in the parent directory for setup details.

Example also supports binding to specific interface (either "Ethernet" or "WiFi Station"), which will allow firmware upgrade to happen through specific interface (in case multiple networking interfaces are enabled). Please see more on this through example configuration in idf.py menuconfig -> Example Configuration -> Support firmware upgrade bind specificied interface->Choose OTA data bind interface.