Minor changes

This commit is contained in:
Ewoud
2023-01-07 15:10:21 +01:00
parent 2187aa5728
commit ab22beb0c3
12 changed files with 1362 additions and 1351 deletions

View File

@@ -465,7 +465,7 @@ void getSettingsJS(AsyncWebServerRequest* request, byte subPage, char* dest) //W
sappend('v',SET_F("IT"),irEnabled);
sappend('c',SET_F("MSO"),!irApplyToAllSelected);
#if !defined(WLED_DISABLE_INFRARED)
oappend(SET_F("hideNoIR();")); // hide "not compiled in" message
oappend(SET_F("hideNoIR();")); // WLEDMM hide "not compiled in" message
#endif
}