Skip to content

Commit

Permalink
Fix for Aircoookie#4005
Browse files Browse the repository at this point in the history
  • Loading branch information
blazoncek authored and softhack007 committed Oct 2, 2024
1 parent 16644f8 commit 3a38d0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wled00/wled.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ void WLED::loop()
delete busConfigs[i]; busConfigs[i] = nullptr;
}
strip.finalizeInit();
busses.setBrightness(bri); // fix re-initialised bus' brightness #4005
loadLedmap = true;
if (aligned) strip.makeAutoSegments();
else strip.fixInvalidSegments();
Expand Down

0 comments on commit 3a38d0c

Please sign in to comment.