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
staticconstuint8_tTX=17;
1818
staticconstuint8_tRX=16;
1919

20+
#defineTX1 TX
21+
#defineRX1 RX
22+
2023
staticconstuint8_tSDA=23;
2124
staticconstuint8_tSCL=22;
2225

0 commit comments

Comments
 (0)
close