Skip to content

Commit f8a7a0d

Browse files
authored
Merge pull request #4326 from blazoncek/com-fix
Fix for #4300 - removal of color order override
2 parents 7796773 + cd1c13b commit f8a7a0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wled00/set.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ void handleSettingsSet(AsyncWebServerRequest *request, byte subPage)
215215
//doInitBusses = busesChanged; // we will do that below to ensure all input data is processed
216216

217217
// we will not bother with pre-allocating ColorOrderMappings vector
218+
BusManager::getColorOrderMap().reset();
218219
for (int s = 0; s < WLED_MAX_COLOR_ORDER_MAPPINGS; s++) {
219220
int offset = s < 10 ? 48 : 55;
220221
char xs[4] = "XS"; xs[2] = offset+s; xs[3] = 0; //start LED

0 commit comments

Comments
 (0)