2016-09-20 05:35:56 +02:00
|
|
|
menu "NodeMCU modules"
|
|
|
|
|
|
|
|
config LUA_MODULE_NODE
|
|
|
|
bool "Node module"
|
|
|
|
default "y"
|
|
|
|
help
|
|
|
|
Includes the node module (recommended).
|
|
|
|
|
2016-09-22 09:18:22 +02:00
|
|
|
config LUA_MODULE_FILE
|
|
|
|
bool "File module"
|
|
|
|
default "y"
|
|
|
|
help
|
|
|
|
Includes the file module (recommended).
|
|
|
|
|
2016-09-28 09:58:44 +02: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 09:02:40 +02:00
|
|
|
config LUA_MODULE_BTHCI
|
|
|
|
bool "BlueTooth HCI interface module"
|
|
|
|
default "n"
|
|
|
|
help
|
|
|
|
Includes the simple BlueTooth HCI module.
|
|
|
|
|
2016-09-20 05:35:56 +02:00
|
|
|
endmenu
|