diff --git a/wled00/xml.cpp b/wled00/xml.cpp index c22295db..ff3ba1f9 100755 --- a/wled00/xml.cpp +++ b/wled00/xml.cpp @@ -771,7 +771,7 @@ void getSettingsJS(byte subPage, char* dest) oappend(SET_F("gId(\"somp\").remove(1);")); // remove 2D option from dropdown #endif #ifndef WLED_ENABLE_HUB75MATRIX - oappend(SET_F("hideHub75();")); // WLEDMM hide HUB75 LED types + oappend(SET_F("hideHub75();")); // hide HUB75 LED types #endif }