mirror of
https://github.com/wled/WLED.git
synced 2025-04-24 14:57:18 +00:00
This commit is contained in:
parent
01b2468fea
commit
651b4d2461
@ -51,7 +51,7 @@ void XML_response(AsyncWebServerRequest *request, char* dest)
|
||||
oappend(SET_F("</ix><fp>"));
|
||||
oappendi(effectPalette);
|
||||
oappend(SET_F("</fp><wv>"));
|
||||
if (strip.rgbwMode) {
|
||||
if (strip.isRgbw) {
|
||||
oappendi(col[3]);
|
||||
} else {
|
||||
oappend("-1");
|
||||
|
Loading…
x
Reference in New Issue
Block a user