From 755f91f5abdf28135afc7d5b801d046ac2a9a6ac Mon Sep 17 00:00:00 2001 From: Will Tatam Date: Mon, 26 Feb 2024 21:16:33 +0000 Subject: [PATCH] Remove referece to MM --- wled00/xml.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }