Skip to content

Commit

Permalink
Revert I2C changes
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern committed Feb 27, 2024
1 parent 4796c8e commit 59bbd1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 = 45;
static const uint8_t SCL = 46;
static const uint8_t SDA = 41;
static const uint8_t SCL = 42;

static const uint8_t SS = 8;
static const uint8_t MOSI = 10;
Expand Down
2 changes: 1 addition & 1 deletion variants/heltec_wireless_tracker_V1_0/platformio.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[env:heltec-wireless-tracker-V1-0]
extends = esp32s3_base
board = heltec_wireless_tracker
upload_protocol = esp-builtin
upload_protocol = esptool

build_flags =
${esp32s3_base.build_flags} -I variants/heltec_wireless_tracker_V1_0
Expand Down

0 comments on commit 59bbd1a

Please sign in to comment.