Show Art-Net starting universe

This commit is contained in:
Troy
2025-04-16 15:29:58 -04:00
parent 18b33df5a4
commit 5fcb3fc843
2 changed files with 6 additions and 0 deletions

View File

@@ -487,6 +487,11 @@ void getSettingsJS(AsyncWebServerRequest* request, byte subPage, char* dest) //W
oappendi(bus->getMaxPixels()); oappend(SET_F(");"));
}
oappend(SET_F("d.e131Universe="));
oappendi(e131Universe); // Art-Net start universe
oappend(SET_F(";"));
sappend('v',SET_F("MA"),strip.ablMilliampsMax);
sappend('v',SET_F("LA"),strip.milliampsPerLed);
if (strip.currentMilliamps)