From 8aacd3d4f80f7d6993c435b369f4db54c25b659e Mon Sep 17 00:00:00 2001 From: CommanderRedYT Date: Thu, 30 Sep 2021 16:45:25 +0200 Subject: [PATCH] New animation --- main/ledstrip.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/ledstrip.h b/main/ledstrip.h index 6c7a146..97c4410 100644 --- a/main/ledstrip.h +++ b/main/ledstrip.h @@ -101,7 +101,7 @@ void showAnimation() { void showBetterRainbow() { if (settings.ledstrip.enableLedAnimation) { - //fill_rainbow(); // Will implement later + fill_rainbow(&*std::begin(leds), leds.size(), gHue); } else std::fill(std::begin(leds), std::end(leds), CRGB{0, 0, 0});