Use alphabetical order for lua modules in kconfig
This commit is contained in:
parent
74fd5184dd
commit
c8e3a11a00
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue