Skip to content

Commit ba940d0

Browse files
change RX and TX to 17 and 18
1 parent f5ae028 commit ba940d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variants/lilygo_t8_esp32s2/pins_arduino.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ static const uint8_t LED_BUILTIN = SOC_GPIO_PIN_COUNT+18; // GPIO pin for Saola-
1919
#define digitalPinToInterrupt(p) (((p)<48)?(p):-1)
2020
#define digitalPinHasPWM(p) (p < 46)
2121

22-
static const uint8_t TX = 43;
23-
static const uint8_t RX = 44;
22+
static const uint8_t TX = 17;
23+
static const uint8_t RX = 18;
2424

2525
static const uint8_t SDA = 8;
2626
static const uint8_t SCL = 9;

0 commit comments

Comments
 (0)