Merge remote-tracking branch 'origin/dev' into mdev

This commit is contained in:
Ewowi
2022-09-21 18:26:20 +02:00
25 changed files with 2937 additions and 2580 deletions

View File

@@ -7101,7 +7101,7 @@ uint16_t mode_2DGEQ(void) { // By Will Tatam. Code reduction by Ewoud Wijma.
if (SEGENV.call == 0) for (int i=0; i<cols; i++) previousBarHeight[i] = 0;
bool rippleTime = false;
if (millis() - SEGENV.step >= (256 - SEGMENT.intensity)) {
if (millis() - SEGENV.step >= (256U - SEGMENT.intensity)) {
SEGENV.step = millis();
rippleTime = true;
}