Updated the Kconfig to note that you have to enable the Nimble module as well.

This commit is contained in:
Philip Gladstone 2022-02-20 21:31:12 +00:00
parent 4d24232105
commit 225217cfea
1 changed files with 1 additions and 1 deletions

View File

@ -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"