diff --git a/tasmota/tasmota_xdrv_driver/xdrv_52_3_berry_leds.ino b/tasmota/tasmota_xdrv_driver/xdrv_52_3_berry_leds.ino index 2be1436cc..2c6fec252 100644 --- a/tasmota/tasmota_xdrv_driver/xdrv_52_3_berry_leds.ino +++ b/tasmota/tasmota_xdrv_driver/xdrv_52_3_berry_leds.ino @@ -137,6 +137,7 @@ extern "C" { { if (Settings->flag6.berry_light_scheme && (1 == TasmotaGlobal.light_driver)) { // XLGT_01 + // TODO: Need to add test for RMT0 #ifdef USE_NETWORK_LIGHT_SCHEMES bool scheme_berry = ((Light.max_scheme -1) == Settings->light_scheme); #else @@ -144,6 +145,7 @@ extern "C" { #endif if (scheme_berry) { if (!Light.power) { + // Skip berry Show() as WS2812 driver Show() has powered off leds break; } } else {