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