free RX and TX on QTPY-ESP32S2 in non debug builds

This commit is contained in:
Neradoc 2022-02-18 00:56:19 +01:00
parent 16c44a4d50
commit 3acb0d48bc
1 changed files with 2 additions and 0 deletions

View File

@ -50,5 +50,7 @@
#define DOUBLE_TAP_PIN (&pin_GPIO10)
#ifdef DEBUG
#define DEBUG_UART_RX (&pin_GPIO16)
#define DEBUG_UART_TX (&pin_GPIO5)
#endif