Update wled.cpp - redo undo
This line wasn't the causing the problem I'm chasing ...
This commit is contained in:
@@ -308,7 +308,7 @@ void WLED::loop()
|
|||||||
delete busConfigs[i]; busConfigs[i] = nullptr;
|
delete busConfigs[i]; busConfigs[i] = nullptr;
|
||||||
}
|
}
|
||||||
strip.finalizeInit();
|
strip.finalizeInit();
|
||||||
// busses.setBrightness(bri); // fix re-initialised bus' brightness #4005 //WLEDMM doesn't work.
|
busses.setBrightness(bri); // fix re-initialised bus' brightness #4005
|
||||||
loadLedmap = true;
|
loadLedmap = true;
|
||||||
if (aligned) strip.makeAutoSegments();
|
if (aligned) strip.makeAutoSegments();
|
||||||
else strip.fixInvalidSegments();
|
else strip.fixInvalidSegments();
|
||||||
|
|||||||
Reference in New Issue
Block a user