Skip to content

Commit 3acb0d4

Browse files
committed
free RX and TX on QTPY-ESP32S2 in non debug builds
1 parent 16c44a4 commit 3acb0d4

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)