diff --git a/BUILDS.md b/BUILDS.md index ec6c232a7..f10d3359a 100644 --- a/BUILDS.md +++ b/BUILDS.md @@ -60,7 +60,7 @@ Note: `minimal` variant is not listed as it shouldn't be used outside of the [up | USE_AC_ZERO_CROSS_DIMMER | - | x / x | x | x | x | x | | | | | | | | | | Feature or Sensor | l | t | k | s | i | d | Remarks -| USE_LIGHT | - | x / x | x | x | x | x | +| USE_LIGHT | x | x / x | x | x | x | x | | USE_WS2812 | - | x / x | x | x | - | x | | USE_WS2812_DMA | - | - / - | - | - | - | - | | USE_MY92X1 | - | x / - | x | x | - | x | diff --git a/tasmota/include/tasmota_configurations.h b/tasmota/include/tasmota_configurations.h index 22dddcdcf..afc97f7ea 100644 --- a/tasmota/include/tasmota_configurations.h +++ b/tasmota/include/tasmota_configurations.h @@ -702,7 +702,7 @@ #undef USE_SHELLY_DIMMER // Disable support for Shelly Dimmer (+3k code) // -- Optional light modules ---------------------- -#undef USE_LIGHT // Also disable all Dimmer/Light support +//#undef USE_LIGHT // Also disable all Dimmer/Light support #undef USE_WS2812 // Disable WS2812 Led string using library NeoPixelBus (+5k code, +1k mem, 232 iram) - Disable by // #undef USE_MY92X1 // Disable support for MY92X1 RGBCW led controller as used in Sonoff B1, Ailight and Lohas #undef USE_SM16716 // Disable support for SM16716 RGB LED controller (+0k7 code)