Refactor Nodes popup for SuperSync

(WIP)
This commit is contained in:
Ewoud
2023-10-03 17:57:57 +02:00
parent 76aa3072b6
commit 06220946c0
6 changed files with 2380 additions and 2332 deletions

View File

@@ -839,6 +839,7 @@ void serializeInfo(JsonObject root)
JsonObject leds = root.createNestedObject("leds");
leds[F("count")] = strip.getLengthTotal();
leds[F("countP")] = strip.getLengthPhysical(); //WLEDMM
leds[F("pwr")] = strip.currentMilliamps;
leds["fps"] = strip.getFps();
leds[F("maxpwr")] = (strip.currentMilliamps)? strip.ablMilliampsMax : 0;