Skip to content

Commit

Permalink
Merge pull request #4326 from blazoncek/com-fix
Browse files Browse the repository at this point in the history
Fix for #4300 - removal of color order override
  • Loading branch information
netmindz authored Nov 27, 2024
2 parents 7796773 + cd1c13b commit f8a7a0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wled00/set.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ void handleSettingsSet(AsyncWebServerRequest *request, byte subPage)
//doInitBusses = busesChanged; // we will do that below to ensure all input data is processed

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

0 comments on commit f8a7a0d

Please sign in to comment.