add heltec tracker v2 board.

This commit is contained in:
Quency-D
2025-09-29 17:49:31 +08:00
committed by Tom Fifield
parent a3e6f16378
commit 8d323a1cf1
8 changed files with 208 additions and 5 deletions

View File

@@ -0,0 +1,15 @@
[env:heltec-wireless-tracker-v2]
extends = esp32s3_base
board = heltec_wireless_tracker_v2
board_build.partitions = default_8MB.csv
upload_protocol = esptool
build_flags =
${esp32s3_base.build_flags}
-I variants/esp32s3/heltec_wireless_tracker_v2
-D HELTEC_WIRELESS_TRACKER_V2
-D GPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely.
-D SX126X_MAX_POWER=11 ;The latter limit is the largest, and will be updated after the V4 update.
lib_deps =
${esp32s3_base.lib_deps}
lovyan03/LovyanGFX@^1.2.0