We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5ae028 commit ba940d0Copy full SHA for ba940d0
variants/lilygo_t8_esp32s2/pins_arduino.h
@@ -19,8 +19,8 @@ static const uint8_t LED_BUILTIN = SOC_GPIO_PIN_COUNT+18; // GPIO pin for Saola-
19
#define digitalPinToInterrupt(p) (((p)<48)?(p):-1)
20
#define digitalPinHasPWM(p) (p < 46)
21
22
-static const uint8_t TX = 43;
23
-static const uint8_t RX = 44;
+static const uint8_t TX = 17;
+static const uint8_t RX = 18;
24
25
static const uint8_t SDA = 8;
26
static const uint8_t SCL = 9;
0 commit comments