From e5ca80c035aa58ab4d067bb0770dcfc5fc951221 Mon Sep 17 00:00:00 2001 From: tonyxforce Date: Fri, 25 Aug 2023 01:18:05 +0200 Subject: [PATCH] Bias value changes --- wled00/FX.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wled00/FX.cpp b/wled00/FX.cpp index 737e97ee..aef9f69b 100644 --- a/wled00/FX.cpp +++ b/wled00/FX.cpp @@ -1953,7 +1953,7 @@ uint16_t mode_partybox() { SEGENV.aux1 = 0; } - if (SEGENV.aux0 > map(255-SEGMENT.custom1, 0, 255, 0, 140)) { + if (SEGENV.aux0 > map(SEGMENT.custom1, 0, 255, 0, 14)) { SEGENV.aux0 = 0; SEGENV.aux1++; }