diff --git a/wled00/xml.cpp b/wled00/xml.cpp index 10e5c7459..483a5deb9 100644 --- a/wled00/xml.cpp +++ b/wled00/xml.cpp @@ -280,7 +280,7 @@ void getSettingsJS(byte subPage, char* dest) if (i) oappend(SET_F(",")); oappend(SET_F("6,7,8,9,10,11")); // flash memory pins #ifdef WLED_DEBUG - oappend(SET_F("1")); + oappend(SET_F(",1")); #endif #endif }