We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c086c2 commit 398ede8Copy full SHA for 398ede8
src/boards/ebyte_e73_tbb/board.h
@@ -49,8 +49,8 @@
49
/*------------------------------------------------------------------*/
50
/* UART (only used by nRF52832)
51
*------------------------------------------------------------------*/
52
-#define RX_PIN_NUMBER 6
53
-#define TX_PIN_NUMBER 8
+#define RX_PIN_NUMBER 8
+#define TX_PIN_NUMBER 6
54
#define CTS_PIN_NUMBER 5
55
#define RTS_PIN_NUMBER 7
56
#define HWFC false // leaving it false to make GPIO available
0 commit comments