esp-idf/examples/system/ota/advanced_https_ota
Jakob Hasse 81e9266204 [examples]: removed hyphens
Replaced hyphens with underscores in examples
project definition for all examples which had
hyphens in their project name. dpp-enrollee is
an exceptions because the name matches the
project directory name while the project
directory also contains hyphens.
2021-10-09 13:58:24 +08:00
..
main [examples]: removed hyphens 2021-10-09 13:58:24 +08:00
server_certs OTA examples: Updated server certificate 2021-07-13 13:14:32 +08:00
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 OTA: enable example builds for esp32s2 target 2020-01-29 15:20:42 +01:00
example_test.py advanced_https_ota_example: Enable debug logs for partial HTTP download test 2021-08-20 09:35:40 +05:30
Makefile Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
partitions_example_with_ble.csv advanced_https_ota: Added BLE GATTS code. 2021-04-20 15:34:53 +05:30
README.md ci: temporarily disable s3 build for a few examples 2021-09-16 12:20:11 +08:00
sdkconfig.ci Increase receive timeout in sdkconfig.ci to fix CI failures 2020-07-08 04:03:26 +00:00
sdkconfig.ci.anti_rollback efuse(esp32): Deprecate esp_efuse_burn_new_values() & esp_efuse_write_random_key() 2021-06-17 07:21:36 +08:00
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 advanced_https_ota_example: Enable debug logs for partial HTTP download test 2021-08-20 09:35:40 +05:30
sdkconfig.defaults update ota examples to support both Wi-Fi and Ethernet 2019-05-22 17:56:10 +08:00

Supported Targets ESP32 ESP32-S2 ESP32-C3

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