feat(examples): Add BLE support in the esp_local_ctrl example

This commit is contained in:
harshal.patil
2023-12-15 11:06:06 +05:30
parent fd012bf2c4
commit fd637d5be7
7 changed files with 74 additions and 7 deletions

View File

@@ -0,0 +1,5 @@
# Override some defaults so BT stack is enabled and
CONFIG_BT_ENABLED=y
CONFIG_BT_NIMBLE_ENABLED=y
CONFIG_EXAMPLE_LOCAL_CTRL_TRANSPORT_BLE=y