Skip to content

Commit

Permalink
SDA and SCL remap
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern committed Feb 27, 2024
1 parent 59bbd1a commit ce0e5c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variants/heltec_wireless_tracker_V1_0/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ static const uint8_t LED_BUILTIN = 18;
static const uint8_t TX = 43;
static const uint8_t RX = 44;

static const uint8_t SDA = 41;
static const uint8_t SCL = 42;
static const uint8_t SDA = 5;
static const uint8_t SCL = 6;

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

0 comments on commit ce0e5c0

Please sign in to comment.