diff --git a/wled00/json.cpp b/wled00/json.cpp index b8bf08e75..54289d3f5 100644 --- a/wled00/json.cpp +++ b/wled00/json.cpp @@ -870,6 +870,7 @@ void serializeModeNames(JsonArray arr, const char *qstring) { break; case ']': case ',': + if (insideQuotes) break; if (lineBuffer.length() > 0) { uint8_t endPos = lineBuffer.indexOf('@'); if (endPos>0) arr.add(lineBuffer.substring(0,endPos));