Swap to new way to have dynamic LED types list

This commit is contained in:
Will Tatam
2024-09-07 20:29:43 +01:00
parent 74f77a7e8a
commit ecd46f2f06
4 changed files with 26 additions and 11 deletions

View File

@@ -784,9 +784,6 @@ void getSettingsJS(byte subPage, char* dest)
#else
oappend(SET_F("gId(\"somp\").remove(1);")); // remove 2D option from dropdown
#endif
#ifndef WLED_ENABLE_HUB75MATRIX
oappend(SET_F("hideHub75();")); // hide HUB75 LED types
#endif
}
}