mirror of
https://github.com/wled/WLED.git
synced 2025-07-25 19:56:32 +00:00
Debug pin fix
This commit is contained in:
parent
8868ecd11a
commit
d5f54c240a
@ -157,7 +157,7 @@ void appendGPIOinfo() {
|
||||
oappend(SET_F(",2")); // DMX hardcoded pin
|
||||
#endif
|
||||
|
||||
#ifdef WLED_DEBUG
|
||||
#if defined(WLED_DEBUG) && !defined(WLED_DEBUG_HOST)
|
||||
oappend(SET_F(",")); oappend(itoa(hardwareTX,nS,10)); // debug output (TX) pin
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user