Ensure that BT and STRUCT are enabled. Can't figure out how to enforce NIMBLE

This commit is contained in:
Philip Gladstone 2021-10-17 16:59:18 +00:00
parent f8709b9644
commit 0a4253aa91
1 changed files with 2 additions and 1 deletions

View File

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