This commit is contained in:
Blaz Kristan 2023-02-14 20:25:26 +01:00
parent 92d2be3f5e
commit 1bb4b0156f

View File

@ -648,7 +648,7 @@ void serializeInfo(JsonObject root)
JsonObject ledmaps0 = ledmaps.createNestedObject();
ledmaps0["id"] = i;
#ifndef ESP8266
if (ledmapNames[i]) ledmaps0["n"] = ledmapNames[i];
if (i && ledmapNames[i-1]) ledmaps0["n"] = ledmapNames[i-1];
#endif
}
}