Merge pull request #2053 from meshtastic/upstream-heltec

Move to upstream espressif arduino
pull/2055/head v2.0.8.090e166
Ben Meadors 2022-12-21 07:47:27 -06:00 zatwierdzone przez GitHub
commit 090e1660fe
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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