Skip to content

Commit

Permalink
Mirror update from Heltec repository (#7709)
Browse files Browse the repository at this point in the history
Heltec updated the I2C pins in Heltec-Aaron-Lee/WiFi_Kit_series@b10f4bf
  • Loading branch information
dberlin authored and me-no-dev committed Feb 7, 2023
1 parent 51bc08c commit 490f1d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variants/heltec_wifi_lora_32_V3/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ static const uint8_t LED_BUILTIN = SOC_GPIO_PIN_COUNT+48;
static const uint8_t TX = 43;
static const uint8_t RX = 44;

static const uint8_t SDA = 8;
static const uint8_t SCL = 9;
static const uint8_t SDA = 41;
static const uint8_t SCL = 42;

static const uint8_t SS = 10;
static const uint8_t MOSI = 11;
Expand Down

0 comments on commit 490f1d6

Please sign in to comment.