kopia lustrzana https://github.com/Aircoookie/WLED
Add simplifiedUI to info object
rodzic
d3b7b857a4
commit
b852b6f55c
|
@ -650,6 +650,7 @@ void serializeInfo(JsonObject root)
|
|||
|
||||
root[F("name")] = serverDescription;
|
||||
root[F("udpport")] = udpPort;
|
||||
root[F("simplifiedui")] = simplifiedUI;
|
||||
root["live"] = (bool)realtimeMode;
|
||||
root[F("liveseg")] = useMainSegmentOnly ? strip.getMainSegmentId() : -1; // if using main segment only for live
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue