Skip to content

Commit 5a51aa2

Browse files
authored
Merge pull request #6056 from Neradoc/qtpys2-debug-uart
free RX and TX on QTPY-ESP32S2 in non debug builds
2 parents 9f75192 + 3acb0d4 commit 5a51aa2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ports/espressif/boards/adafruit_qtpy_esp32s2/mpconfigboard.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,7 @@
5050

5151
#define DOUBLE_TAP_PIN (&pin_GPIO10)
5252

53+
#ifdef DEBUG
5354
#define DEBUG_UART_RX (&pin_GPIO16)
5455
#define DEBUG_UART_TX (&pin_GPIO5)
56+
#endif

0 commit comments

Comments
 (0)