diff --git a/variants/wesp32/pins_arduino.h b/variants/wesp32/pins_arduino.h index 3565791dc438be8445a12f7e2c2de04dcccf8c7f..c3790504155bc4643cae7290e202cc00b4ec05ff 100644 --- a/variants/wesp32/pins_arduino.h +++ b/variants/wesp32/pins_arduino.h @@ -11,8 +11,8 @@ #define digitalPinToInterrupt(p) (((p)<40)?(p):-1) #define digitalPinHasPWM(p) (p < 34) -#define TX1 13 -#define RX1 12 +#define TX1 12 +#define RX1 13 #define TX2 33 #define RX2 39 @@ -20,7 +20,7 @@ static const uint8_t TX = 1; static const uint8_t RX = 3; static const uint8_t SCL = 4; -static const uint8_t SDA = 2; +static const uint8_t SDA = 15; static const uint8_t SS = 5; static const uint8_t MOSI = 23;