mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-06 18:08:00 +00:00
add heltec tracker v2 board.
This commit is contained in:
15
variants/esp32s3/heltec_wireless_tracker_v2/platformio.ini
Normal file
15
variants/esp32s3/heltec_wireless_tracker_v2/platformio.ini
Normal 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
|
||||
Reference in New Issue
Block a user