esp-idf/examples/system/ota/simple_ota_example
He Yin Ling a908174c06 test: remove fake binary size check in example test:
the binary size check in example test was removed long time ago. Now we
have updated ttfw_idf to raise exception when performance standard is
not found. These fake performance check will be regarded as error.
Remove them now.
2020-11-24 17:53:33 +08:00
..
main Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +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 test: remove fake binary size check in example test: 2020-11-24 17:53:33 +08:00
Makefile Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
README.md Minor Bugfixes in esp_http_client, tcp_transport and simple_ota_example 2019-01-07 16:33:41 +08:00
sdkconfig.ci example/simple_ota_example: Fix python formatting and KConfig 2019-06-25 23:41:33 +00:00
sdkconfig.ci.flash_enc simple_ota_example: Add example test with flash encryption enabled 2020-09-14 13:47:39 +00: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