Ensure that BT and STRUCT are enabled. Can't figure out how to enforce NIMBLE
This commit is contained in:
parent
f8709b9644
commit
0a4253aa91
|
@ -17,7 +17,8 @@ menu "NodeMCU modules"
|
||||||
config NODEMCU_CMODULE_BLE
|
config NODEMCU_CMODULE_BLE
|
||||||
bool "BlueTooth GAP/GATT interface module"
|
bool "BlueTooth GAP/GATT interface module"
|
||||||
default "n"
|
default "n"
|
||||||
select BLE_ENABLED
|
select NODEMCU_CMODULE_STRUCT
|
||||||
|
select BT_ENABLED
|
||||||
help
|
help
|
||||||
Includes the simple BlueTooth GAP/GATT module.
|
Includes the simple BlueTooth GAP/GATT module.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue