Skip to content

Commit 1b896c6

Browse files
happyme531me-no-dev
authored andcommitted
Added missing default TX and RX for T-watch (#4621)
1 parent d7f6492 commit 1b896c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

variants/twatch/pins_arduino.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
#define APX20X_INT 35
2222
#define BMA42X_INT1 39
2323

24+
static const uint8_t TX = 1;
25+
static const uint8_t RX = 3;
26+
2427
//Serial1 Already assigned to GPS LORA
2528
#define TX1 33
2629
#define RX1 34

0 commit comments

Comments
 (0)