Skip to content

Commit ff4bbc2

Browse files
authored
Mirror update from Heltec repository (#7709)
Heltec updated the I2C pins in Heltec-Aaron-Lee/WiFi_Kit_series@b10f4bf
1 parent ce49719 commit ff4bbc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: variants/heltec_wifi_lora_32_V3/pins_arduino.h

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

32-
static const uint8_t SDA = 8;
33-
static const uint8_t SCL = 9;
32+
static const uint8_t SDA = 41;
33+
static const uint8_t SCL = 42;
3434

3535
static const uint8_t SS = 10;
3636
static const uint8_t MOSI = 11;

0 commit comments

Comments
 (0)