Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
c8e3a11a
Commit
c8e3a11a
authored
Jul 14, 2018
by
Ryan Hartlage
Browse files
Use alphabetical order for lua modules in kconfig
parent
74fd5184
Changes
1
Hide whitespace changes
Inline
Side-by-side
components/modules/Kconfig
View file @
c8e3a11a
...
@@ -110,6 +110,12 @@ config LUA_MODULE_LEDC
...
@@ -110,6 +110,12 @@ config LUA_MODULE_LEDC
help
help
Includes the LEDC module.
Includes the LEDC module.
config LUA_MODULE_MQTT
bool "MQTT module"
default "n"
help
Includes the MQTT module.
config LUA_MODULE_NET
config LUA_MODULE_NET
bool "Net module"
bool "Net module"
default "y"
default "y"
...
@@ -180,10 +186,4 @@ config LUA_MODULE_WS2812
...
@@ -180,10 +186,4 @@ config LUA_MODULE_WS2812
help
help
Includes the ws2812 module.
Includes the ws2812 module.
config LUA_MODULE_MQTT
bool "MQTT module"
default "n"
help
Includes the MQTT module.
endmenu
endmenu
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment