Bias value changes

This commit is contained in:
tonyxforce
2023-08-25 01:18:05 +02:00
parent 6a37f81465
commit e5ca80c035

View File

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