Skip to content

Commit b10f4bf

Browse files
authored
Update I2C pin.
Update I2C pin.
1 parent a63a06d commit b10f4bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

esp32/variants/WIFI_LoRa_32_V3/pins_arduino.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ static const uint8_t LED_BUILTIN = SOC_GPIO_PIN_COUNT+48;
2727
static const uint8_t TX = 43;
2828
static const uint8_t RX = 44;
2929

30-
static const uint8_t SDA = 8;
31-
static const uint8_t SCL = 9;
30+
static const uint8_t SDA = 41;
31+
static const uint8_t SCL = 42;
3232

3333
static const uint8_t SS = 10;
3434
static const uint8_t MOSI = 11;

0 commit comments

Comments
 (0)