From 18c62734be9f61c64b6e16d5bbd3dfe87cb3de8c Mon Sep 17 00:00:00 2001 From: Arne Date: Sun, 24 Sep 2023 17:20:59 +0200 Subject: [PATCH] Increase update time of static effect to avoid lag --- wled00/FX.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wled00/FX.cpp b/wled00/FX.cpp index 74a705b4..2117c3ab 100644 --- a/wled00/FX.cpp +++ b/wled00/FX.cpp @@ -80,7 +80,7 @@ static int8_t tristate_square8(uint8_t x, uint8_t pulsewidth, uint8_t attdec) { */ uint16_t mode_static(void) { SEGMENT.fill(SEGCOLOR(0)); - return 350; + return FRAMETIME; } static const char _data_FX_MODE_STATIC[] PROGMEM = "Solid";