Mahavir Jain 021f545f0d examples: add dependency on cert bundle configuration 3 лет назад
..
main 021f545f0d examples: add dependency on cert bundle configuration 3 лет назад
server_certs 3398ee2687 OTA examples: Updated server certificate 4 лет назад
test af3cbe2888 simple_ota_example: Adds configs to test on_update_no_secure_boot option (RSA&ECDSA) 4 лет назад
CMakeLists.txt 3f10c4af06 OTA: enable example builds for esp32s2 target 6 лет назад
README.md 07d784f7fe examples: Add OTA bind specified interface example 5 лет назад
example_test.py b93d63b067 Fix 'address already in use' exception in OTA tests 4 лет назад
sdkconfig.ci 709abee65c example_tests: Deletes usage esp32c3 ECO0 in CI (by default ECO3) 4 лет назад
sdkconfig.ci.flash_enc 709abee65c example_tests: Deletes usage esp32c3 ECO0 in CI (by default ECO3) 4 лет назад
sdkconfig.ci.flash_enc_wifi 709abee65c example_tests: Deletes usage esp32c3 ECO0 in CI (by default ECO3) 4 лет назад
sdkconfig.ci.on_update_no_sb_ecdsa af3cbe2888 simple_ota_example: Adds configs to test on_update_no_secure_boot option (RSA&ECDSA) 4 лет назад
sdkconfig.ci.on_update_no_sb_rsa af3cbe2888 simple_ota_example: Adds configs to test on_update_no_secure_boot option (RSA&ECDSA) 4 лет назад
sdkconfig.ci.spiram 709abee65c example_tests: Deletes usage esp32c3 ECO0 in CI (by default ECO3) 4 лет назад
sdkconfig.defaults 8400ff8607 examples/simple_ota: use certificate bundle in default configuration 4 лет назад

README.md

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.