ArduinoFFT update

shadow variables
This commit is contained in:
Blaz Kristan
2024-04-17 18:52:35 +02:00
committed by Frank
parent 543dfd206d
commit 3df3b9acaf
2 changed files with 3 additions and 3 deletions

View File

@@ -340,8 +340,8 @@ bool deserializeSegment(JsonObject elem, byte it, byte presetId)
seg.fill(BLACK); // WLEDMM why now?
}
uint16_t start = 0, stop = 0;
byte set = 0; //0 nothing set, 1 start set, 2 range set
start = 0, stop = 0;
set = 0; //0 nothing set, 1 start set, 2 range set
for (size_t i = 0; i < iarr.size(); i++) {
if(iarr[i].is<JsonInteger>()) {