mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
esp32_ble_beacon: enable CONFIG_BT_BLE_42_FEATURES_SUPPORTED (#5211)
This commit is contained in:
parent
f4ac176d77
commit
4e7011c25d
1 changed files with 1 additions and 0 deletions
|
@ -72,3 +72,4 @@ async def to_code(config):
|
|||
|
||||
if CORE.using_esp_idf:
|
||||
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