kopia lustrzana https://github.com/Aircoookie/WLED
Bugfix for effect names.
rodzic
6f600f74af
commit
856c8aa611
|
@ -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));
|
||||
|
|
Ładowanie…
Reference in New Issue