advanced_https_ota: Added BLE GATTS code.
`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>
This commit is contained in:
@@ -4,3 +4,6 @@
|
||||
# (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
|
||||
|
||||
COMPONENT_EMBED_TXTFILES := ${PROJECT_PATH}/server_certs/ca_cert.pem
|
||||
|
||||
COMPONENT_ADD_INCLUDEDIRS += ./ble_helper/include
|
||||
COMPONENT_SRCDIRS += ./ble_helper/
|
||||
|
||||
Reference in New Issue
Block a user