esp-idf/examples/system/ota/advanced_https_ota
2022-06-28 11:37:15 +05:30
..
main examples: advanced_https_ota: make some globals static 2022-01-27 11:00:09 +07:00
server_certs OTA examples: Updated server certificate 2021-07-13 13:14:32 +08:00
test_certs Fix for advanced_ota_redirect_url example failure in CI 2021-12-13 10:50:43 +05:30
anti_rollback_partition.csv efuse(esp32): Deprecate esp_efuse_burn_new_values() & esp_efuse_write_random_key() 2021-06-17 07:21:36 +08:00
CMakeLists.txt tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
partitions_example_with_ble.csv advanced_https_ota: Added BLE GATTS code. 2021-04-20 15:34:53 +05:30
pytest_advanced_ota.py ota_example: Mark tests as flaky 2022-05-30 11:13:05 +05:30
README.md Update examples README to include esp32c2 as supported device. 2022-06-03 15:31:05 +05:30
sdkconfig.ci advanced_https_ota: Move example tests on ethernet runners 2021-11-19 15:07:31 +05:30
sdkconfig.ci.anti_rollback ci: fix ota anti rollback example test 2022-06-28 11:37:15 +05:30
sdkconfig.ci.bluedroid advanced_https_ota: Added BLE GATTS code. 2021-04-20 15:34:53 +05:30
sdkconfig.ci.nimble advanced_https_ota: Added BLE GATTS code. 2021-04-20 15:34:53 +05:30
sdkconfig.ci.partial_download Update sdkconfig file for partial download to increase emac_rx task stack size 2022-06-16 09:03:49 +00:00
sdkconfig.defaults update ota examples to support both Wi-Fi and Ethernet 2019-05-22 17:56:10 +08:00

Advanced HTTPS OTA example

This example is based on esp_https_ota component's APIs.

Configuration

Refer README.md in the parent directory for setup details