mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-10 15:12:06 +00:00
Revert I2C changes
This commit is contained in:
parent
4796c8edc4
commit
59bbd1ad00
@ -26,8 +26,8 @@ static const uint8_t LED_BUILTIN = 18;
|
|||||||
static const uint8_t TX = 43;
|
static const uint8_t TX = 43;
|
||||||
static const uint8_t RX = 44;
|
static const uint8_t RX = 44;
|
||||||
|
|
||||||
static const uint8_t SDA = 45;
|
static const uint8_t SDA = 41;
|
||||||
static const uint8_t SCL = 46;
|
static const uint8_t SCL = 42;
|
||||||
|
|
||||||
static const uint8_t SS = 8;
|
static const uint8_t SS = 8;
|
||||||
static const uint8_t MOSI = 10;
|
static const uint8_t MOSI = 10;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[env:heltec-wireless-tracker-V1-0]
|
[env:heltec-wireless-tracker-V1-0]
|
||||||
extends = esp32s3_base
|
extends = esp32s3_base
|
||||||
board = heltec_wireless_tracker
|
board = heltec_wireless_tracker
|
||||||
upload_protocol = esp-builtin
|
upload_protocol = esptool
|
||||||
|
|
||||||
build_flags =
|
build_flags =
|
||||||
${esp32s3_base.build_flags} -I variants/heltec_wireless_tracker_V1_0
|
${esp32s3_base.build_flags} -I variants/heltec_wireless_tracker_V1_0
|
||||||
|
Loading…
Reference in New Issue
Block a user