Jin Cheng fc174f5811 feat(bt/bluedroid): Added mode to use BlueDroid host only without Bluetooth Controller 2 years ago
..
main fc174f5811 feat(bt/bluedroid): Added mode to use BlueDroid host only without Bluetooth Controller 2 years ago
server_certs 3398ee2687 OTA examples: Updated server certificate 4 years ago
test_certs 66a8615c18 Fix for advanced_ota_redirect_url example failure in CI 4 years ago
CMakeLists.txt 6d87100a70 feat(examples): add local components via idf_component.yml 2 years ago
README.md 47740e3da5 Add esp32c6 in supported target for ota examples 2 years ago
anti_rollback_partition.csv f339b3fc96 efuse(esp32): Deprecate esp_efuse_burn_new_values() & esp_efuse_write_random_key() 4 years ago
partitions_example_with_ble.csv 3eaf78d462 advanced_https_ota: Added BLE GATTS code. 4 years ago
pytest_advanced_ota.py 4601d383a1 ci(fix): example test advanced_https_ota_example_bluedroid_gatts 2 years ago
sdkconfig.ci a71fa82177 esp_netif/lwip: Fix core-locking config 3 years ago
sdkconfig.ci.anti_rollback aee57fc895 ci: Optimize binary size for OTA examples 3 years ago
sdkconfig.ci.bluedroid 47740e3da5 Add esp32c6 in supported target for ota examples 2 years ago
sdkconfig.ci.nimble 15f779b647 CI: fix sdkconfig in advanced https ota example 3 years ago
sdkconfig.ci.partial_download a777ea6dc2 Update sdkconfig file for partial download to increase emac_rx task stack size 3 years ago
sdkconfig.defaults 1886d8d4ef update ota examples to support both Wi-Fi and Ethernet 6 years ago

README.md

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

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