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:
Scott Shawcroft 2022-02-17 17:02:46 -08:00 committed by GitHub
commit 5a51aa2a75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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