Commit c8e3a11a authored by Ryan Hartlage's avatar Ryan Hartlage
Browse files

Use alphabetical order for lua modules in kconfig

parent 74fd5184
...@@ -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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment