Skip to content

Commit d922557

Browse files
authored
Set default Serial1 pins for Adafruit Feather 32
1 parent 33d4186 commit d922557

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

variants/feather_esp32/pins_arduino.h

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ static const uint8_t LED_BUILTIN = 13;
1717
static const uint8_t TX = 17;
1818
static const uint8_t RX = 16;
1919

20+
#define TX1 TX
21+
#define RX1 RX
22+
2023
static const uint8_t SDA = 23;
2124
static const uint8_t SCL = 22;
2225

0 commit comments

Comments
 (0)