mirror of https://github.com/arendst/Tasmota.git
Lights support needed for HUE Emulation
This commit is contained in:
parent
246dcea2d1
commit
785289234f
|
@ -472,7 +472,7 @@
|
|||
//#define USE_SONOFF_D1 // Add support for Sonoff D1 Dimmer
|
||||
|
||||
// -- Optional light modules ----------------------
|
||||
#undef USE_LIGHT // DISABLES LIGHTS support
|
||||
#define USE_LIGHT // Add LIGHTS support
|
||||
// #define USE_WS2812 // WS2812 Led string using library NeoPixelBus (+5k code, +1k mem, 232 iram) - Disable by //
|
||||
// // #define USE_WS2812_DMA // DMA supports only GPIO03 (= Serial RXD) (+1k mem). When USE_WS2812_DMA is enabled expect Exceptions on Pow
|
||||
// #define USE_WS2812_HARDWARE NEO_HW_WS2812 // Hardware type (NEO_HW_WS2812, NEO_HW_WS2812X, NEO_HW_WS2813, NEO_HW_SK6812, NEO_HW_LC8812, NEO_HW_APA106)
|
||||
|
|
Loading…
Reference in New Issue