From 0a4253aa917f843c08caba40434d280f27101a1f Mon Sep 17 00:00:00 2001 From: Philip Gladstone Date: Sun, 17 Oct 2021 16:59:18 +0000 Subject: [PATCH] Ensure that BT and STRUCT are enabled. Can't figure out how to enforce NIMBLE --- components/modules/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.