mirror of
https://github.com/espressif/esp-idf
synced 2025-04-06 14:50:09 -04:00
`advanced_https_ota` can run a minimal BLE GATT server while downloading OTA update. Both NimBLE and Bluedroid stack can be used here by configuring relevant options in menuconfig. Signed-off-by: Chinmay Chhajed <chinmay.chhajed@espressif.com>
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