We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a24d4bc commit 0ecae7eCopy full SHA for 0ecae7e
wled00/wled.cpp
@@ -183,9 +183,9 @@ void WLED::loop()
183
bool aligned = strip.checkSegmentAlignment(); //see if old segments match old bus(ses)
184
BusManager::removeAll();
185
strip.finalizeInit(); // will create buses and also load default ledmap if present
186
- BusManager::setBrightness(bri); // fix re-initialised bus' brightness #4005
187
if (aligned) strip.makeAutoSegments();
188
else strip.fixInvalidSegments();
+ BusManager::setBrightness(scaledBri(bri)); // fix re-initialised bus' brightness #4005 and #4824
189
doSerializeConfig = true;
190
}
191
if (loadLedmap >= 0) {
0 commit comments