Skip to content

Commit 3f06500

Browse files
committed
fix feather esp32s2 serial1 pins
1 parent f9a8314 commit 3f06500

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

variants/adafruit_feather_esp32s2/pins_arduino.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ static const uint8_t A4 = 14;
4242
static const uint8_t A5 = 8;
4343

4444

45-
46-
47-
static const uint8_t TX = 43;
48-
static const uint8_t RX = 44;
45+
static const uint8_t TX = 39;
46+
static const uint8_t RX = 38;
47+
#define TX1 TX
48+
#define RX1 RX
4949

5050
static const uint8_t T1 = 1;
5151
static const uint8_t T2 = 2;

0 commit comments

Comments
 (0)