From 2812f619575ea797aef4b894c10cbb42ef0a4d51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bla=C5=BE=20Kristan?= Date: Thu, 25 Feb 2021 09:56:09 +0100 Subject: [PATCH] Debug pin fix. --- wled00/xml.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }