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
"vscode:/vscode.git/clone" did not exist on "ca89bff073adc83927487a61aadfbf2d2ede7c88"
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
help
Includes the LEDC module.
config LUA_MODULE_MQTT
bool "MQTT module"
default "n"
help
Includes the MQTT module.
config LUA_MODULE_NET
bool "Net module"
default "y"
...
...
@@ -180,10 +186,4 @@ config LUA_MODULE_WS2812
help
Includes the ws2812 module.
config LUA_MODULE_MQTT
bool "MQTT module"
default "n"
help
Includes the MQTT module.
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