Merge branch '0_15' into blending-styles

This commit is contained in:
Blaz Kristan
2024-06-16 18:22:21 +02:00
14 changed files with 347 additions and 649 deletions

View File

@@ -646,7 +646,7 @@ void serializeInfo(JsonObject root)
root[F("ver")] = versionString;
root[F("vid")] = VERSION;
root[F("cn")] = F(WLED_CODENAME);
root[F("release")] = FPSTR(releaseString);
root[F("release")] = releaseString;
JsonObject leds = root.createNestedObject(F("leds"));
leds[F("count")] = strip.getLengthTotal();