From 225217cfeaca936fed7a9ea2ea80ddde92407747 Mon Sep 17 00:00:00 2001 From: Philip Gladstone Date: Sun, 20 Feb 2022 21:31:12 +0000 Subject: [PATCH] Updated the Kconfig to note that you have to enable the Nimble module as well. --- components/modules/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/modules/Kconfig b/components/modules/Kconfig index 6e555806..4a34195d 100644 --- a/components/modules/Kconfig +++ b/components/modules/Kconfig @@ -20,7 +20,7 @@ menu "NodeMCU modules" select NODEMCU_CMODULE_STRUCT select BT_ENABLED help - Includes the simple Bluetooth GAP/GATT module. + Includes the simple Bluetooth GAP/GATT module. You must enable the Nimble BLE module as well. config NODEMCU_CMODULE_BTHCI bool "Bluetooth HCI interface module"