New animation

This commit is contained in:
CommanderRedYT
2021-09-30 16:45:25 +02:00
parent 684ecc7cdd
commit 8aacd3d4f8

View File

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