mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 15:38:11 +01:00
Add CONFIG_BT_BLE_42_FEATURES_SUPPORTED for ble (#5008)
This commit is contained in:
parent
832ba38f1b
commit
abc8e903c1
1 changed files with 1 additions and 0 deletions
|
@ -55,3 +55,4 @@ async def to_code(config):
|
||||||
|
|
||||||
if CORE.using_esp_idf:
|
if CORE.using_esp_idf:
|
||||||
add_idf_sdkconfig_option("CONFIG_BT_ENABLED", True)
|
add_idf_sdkconfig_option("CONFIG_BT_ENABLED", True)
|
||||||
|
add_idf_sdkconfig_option("CONFIG_BT_BLE_42_FEATURES_SUPPORTED", True)
|
||||||
|
|
Loading…
Reference in a new issue