Skip to content

Commit

Permalink
Merge pull request #2053 from meshtastic/upstream-heltec
Browse files Browse the repository at this point in the history
Move to upstream espressif arduino
  • Loading branch information
thebentern authored Dec 21, 2022
2 parents 86ff23d + 92c9b34 commit 090e166
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions variants/heltec_v3/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
platform = https://github.com/Baptou88/platform-espressif32.git
extends = esp32s3_base
board = heltec_wifi_lora_32_V3
# Temporary: https://community.platformio.org/t/heltec-esp32-lora-v3-board-support/30406/2
# Temporary until espressif creates a release with this new target
platform_packages =
framework-arduinoespressif32@https://github.com/Baptou88/arduino-esp32.git
framework-arduinoespressif32@https://github.com/espressif/arduino-esp32.git
build_flags =
${esp32s3_base.build_flags} -D HELTEC_V3 -I variants/heltec_v3
4 changes: 2 additions & 2 deletions variants/heltec_wsl_v3/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
platform = https://github.com/Baptou88/platform-espressif32.git
extends = esp32s3_base
board = heltec_wifi_lora_32_V3
# Temporary: https://community.platformio.org/t/heltec-esp32-lora-v3-board-support/30406/2
# Temporary until espressif creates a release with this new target
platform_packages =
framework-arduinoespressif32@https://github.com/Baptou88/arduino-esp32.git
framework-arduinoespressif32@https://github.com/espressif/arduino-esp32.git
build_flags =
${esp32s3_base.build_flags} -D HELTEC_WSL_V3 -I variants/heltec_wsl_v3

0 comments on commit 090e166

Please sign in to comment.