mirror of
https://github.com/wled/WLED.git
synced 2025-07-16 15:26:31 +00:00
Debug pin fix.
This commit is contained in:
parent
f23cee17eb
commit
2812f61957
@ -280,7 +280,7 @@ void getSettingsJS(byte subPage, char* dest)
|
|||||||
if (i) oappend(SET_F(","));
|
if (i) oappend(SET_F(","));
|
||||||
oappend(SET_F("6,7,8,9,10,11")); // flash memory pins
|
oappend(SET_F("6,7,8,9,10,11")); // flash memory pins
|
||||||
#ifdef WLED_DEBUG
|
#ifdef WLED_DEBUG
|
||||||
oappend(SET_F("1"));
|
oappend(SET_F(",1"));
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user