diff --git a/components/modules/Kconfig b/components/modules/Kconfig index e8bb52c1..b13995be 100644 --- a/components/modules/Kconfig +++ b/components/modules/Kconfig @@ -17,7 +17,8 @@ menu "NodeMCU modules" config NODEMCU_CMODULE_BLE bool "BlueTooth GAP/GATT interface module" default "n" - select BLE_ENABLED + select NODEMCU_CMODULE_STRUCT + select BT_ENABLED help Includes the simple BlueTooth GAP/GATT module.