Skip to content

Commit

Permalink
Fix for #4005
Browse files Browse the repository at this point in the history
  • Loading branch information
blazoncek committed Oct 2, 2024
1 parent 262af06 commit a4c49aa
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 @@ -219,6 +219,7 @@ void WLED::loop()
busConfigs[i] = nullptr;
}
strip.finalizeInit(); // also loads default ledmap if present
BusManager::setBrightness(bri); // fix re-initialised bus' brightness #4005
if (aligned) strip.makeAutoSegments();
else strip.fixInvalidSegments();
doSerializeConfig = true;
Expand Down

0 comments on commit a4c49aa

Please sign in to comment.