Segment graphics bug fix

Disable for 1D (until we have a 1D graphic)
This commit is contained in:
Ewoud
2023-02-06 22:39:26 +01:00
parent 3e481abeb3
commit 892861c20e
5 changed files with 968 additions and 968 deletions

View File

@@ -524,7 +524,7 @@ void getSettingsJS(AsyncWebServerRequest* request, byte subPage, char* dest) //W
sappend('c',SET_F("EM"),e131Multicast);
sappend('v',SET_F("EU"),e131Universe);
#ifdef WLED_ENABLE_DMX
oappend(SET_F("hideNoDMX();")); // hide "not compiled in" message
oappend(SET_F("hideNoDMX();")); // WLEDMM hide "not compiled in" message
#endif
sappend('v',SET_F("DA"),DMXAddress);
sappend('v',SET_F("XX"),DMXSegmentSpacing);
@@ -597,7 +597,7 @@ void getSettingsJS(AsyncWebServerRequest* request, byte subPage, char* dest) //W
sappend('v',SET_F("BD"),serialBaud);
#ifdef WLED_ENABLE_LOXONE
oappend(SET_F("hideNoLOX();")); // hide "not compiled in" message
oappend(SET_F("hideNoLOX();")); // WLEDMM hide "not compiled in" message
#endif
}