Merge pull request #6056 from Neradoc/qtpys2-debug-uart
free RX and TX on QTPY-ESP32S2 in non debug builds
This commit is contained in:
commit
5a51aa2a75
@ -50,5 +50,7 @@
|
|||||||
|
|
||||||
#define DOUBLE_TAP_PIN (&pin_GPIO10)
|
#define DOUBLE_TAP_PIN (&pin_GPIO10)
|
||||||
|
|
||||||
|
#ifdef DEBUG
|
||||||
#define DEBUG_UART_RX (&pin_GPIO16)
|
#define DEBUG_UART_RX (&pin_GPIO16)
|
||||||
#define DEBUG_UART_TX (&pin_GPIO5)
|
#define DEBUG_UART_TX (&pin_GPIO5)
|
||||||
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user