Skip to content

Commit 823052b

Browse files
committed
Merge branch 'master' of github.com:adafruit/arduino-esp32
2 parents 777899e + 3f06500 commit 823052b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: 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)