Add simplifiedUI to info object

This commit is contained in:
Woody
2023-11-13 13:36:21 +01:00
parent d3b7b857a4
commit b852b6f55c

View File

@@ -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