Add simplifiedUI to info object
This commit is contained in:
parent
f1510f09eb
commit
09ffef93ed
@ -658,6 +658,7 @@ void serializeInfo(JsonObject root)
|
|||||||
|
|
||||||
root[F("name")] = serverDescription;
|
root[F("name")] = serverDescription;
|
||||||
root[F("udpport")] = udpPort;
|
root[F("udpport")] = udpPort;
|
||||||
|
root[F("simplifiedui")] = simplifiedUI;
|
||||||
root["live"] = (bool)realtimeMode;
|
root["live"] = (bool)realtimeMode;
|
||||||
root[F("liveseg")] = useMainSegmentOnly ? strip.getMainSegmentId() : -1; // if using main segment only for live
|
root[F("liveseg")] = useMainSegmentOnly ? strip.getMainSegmentId() : -1; // if using main segment only for live
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user