2016-09-20 13:35:56 +10:00
|
|
|
menu "NodeMCU modules"
|
|
|
|
|
|
|
|
config LUA_MODULE_NODE
|
|
|
|
bool "Node module"
|
|
|
|
default "y"
|
|
|
|
help
|
|
|
|
Includes the node module (recommended).
|
|
|
|
|
2016-09-22 17:18:22 +10:00
|
|
|
config LUA_MODULE_FILE
|
|
|
|
bool "File module"
|
|
|
|
default "y"
|
|
|
|
help
|
|
|
|
Includes the file module (recommended).
|
|
|
|
|
2016-09-28 17:58:44 +10:00
|
|
|
config LUA_MODULE_ENCODER
|
|
|
|
bool "Encoder module"
|
|
|
|
default "n"
|
|
|
|
help
|
|
|
|
Includes the encoder module. This provides hex and base64 encoding and
|
|
|
|
decoding functionality.
|
|
|
|
|
2016-09-29 17:02:40 +10:00
|
|
|
config LUA_MODULE_BTHCI
|
|
|
|
bool "BlueTooth HCI interface module"
|
|
|
|
default "n"
|
|
|
|
help
|
|
|
|
Includes the simple BlueTooth HCI module.
|
|
|
|
|
2016-09-20 13:35:56 +10:00
|
|
|
endmenu
|