Skip to content
Closed
6 changes: 6 additions & 0 deletions components/modules/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@ config LUA_MODULE_DHT
help
Includes the dht module.

config LUA_MODULE_DIMMER
bool "Dimmer controller module"
default "n"
help
Includes the dimmer controller module.

config LUA_MODULE_ENCODER
bool "Encoder module"
default "n"
Expand Down
Loading