Remove referece to MM

This commit is contained in:
Will Tatam
2024-02-26 21:16:33 +00:00
parent 7603b5a56c
commit 755f91f5ab

View File

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