Chen Yudong d54e1e8379 CI: make sure that reading of the ipv4 address has finished пре 3 година
..
main 2f75733ad7 CI: Improve common test methods пре 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 facab8c5a7 tools: Increase the minimal supported CMake version to 3.16 пре 3 година
README.md c0568611dd docs: changes docs supported targets tables пре 3 година
pytest_simple_ota.py d54e1e8379 CI: make sure that reading of the ipv4 address has finished пре 3 година
sdkconfig.ci 2f75733ad7 CI: Improve common test methods пре 3 година
sdkconfig.ci.flash_enc_wifi 2f75733ad7 CI: Improve common test methods пре 3 година
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 aee57fc895 ci: Optimize binary size for OTA examples пре 3 година
sdkconfig.ci.spiram 0687daf2c8 kconfig: move remaining kconfig options out of target component пре 3 година
sdkconfig.defaults 8400ff8607 examples/simple_ota: use certificate bundle in default configuration пре 4 година

README.md

Supported Targets ESP32 ESP32-C2 ESP32-C3 ESP32-S2 ESP32-S3

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.