Lights support needed for HUE Emulation

This commit is contained in:
Jason2866 2020-07-22 21:25:20 +02:00 committed by GitHub
parent 246dcea2d1
commit 785289234f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)