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.
2 parents 7796773 + cd1c13b commit f8a7a0dCopy full SHA for f8a7a0d
wled00/set.cpp
@@ -215,6 +215,7 @@ void handleSettingsSet(AsyncWebServerRequest *request, byte subPage)
215
//doInitBusses = busesChanged; // we will do that below to ensure all input data is processed
216
217
// we will not bother with pre-allocating ColorOrderMappings vector
218
+ BusManager::getColorOrderMap().reset();
219
for (int s = 0; s < WLED_MAX_COLOR_ORDER_MAPPINGS; s++) {
220
int offset = s < 10 ? 48 : 55;
221
char xs[4] = "XS"; xs[2] = offset+s; xs[3] = 0; //start LED
0 commit comments