From 673202120ffc58e16ee222d60591c335a030831b Mon Sep 17 00:00:00 2001 From: Christian Baars Date: Fri, 1 Dec 2023 10:52:00 +0100 Subject: [PATCH] instantiate correct class Rainbow_stripes (#20135) --- tasmota/berry/leds/rainbow.be | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasmota/berry/leds/rainbow.be b/tasmota/berry/leds/rainbow.be index bf3801556..d29720c93 100644 --- a/tasmota/berry/leds/rainbow.be +++ b/tasmota/berry/leds/rainbow.be @@ -106,7 +106,7 @@ end #- var strip = Leds.matrix(5,5, gpio.pin(gpio.WS2812, 1)) -var r = Rainbow_Matrix(strip, 0.5) +var r = Rainbow_stripes(strip, 0.5) r.start() -# @@ -182,4 +182,4 @@ var strip = Leds.matrix(5,5, gpio.pin(gpio.WS2812, 1)) var r = Round(strip, 2, 30) r.start() --# \ No newline at end of file +-#