Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ff4bbc2

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

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎variants/heltec_wifi_lora_32_V3/pins_arduino.h

Copy file name to clipboardExpand all lines: variants/heltec_wifi_lora_32_V3/pins_arduino.h
+2-2Lines changed: 2 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.