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>"));
|
oappend(SET_F("</ix><fp>"));
|
||||||
oappendi(effectPalette);
|
oappendi(effectPalette);
|
||||||
oappend(SET_F("</fp><wv>"));
|
oappend(SET_F("</fp><wv>"));
|
||||||
if (strip.rgbwMode) {
|
if (strip.isRgbw) {
|
||||||
oappendi(col[3]);
|
oappendi(col[3]);
|
||||||
} else {
|
} else {
|
||||||
oappend("-1");
|
oappend("-1");
|
||||||
|
Loading…
Reference in New Issue
Block a user