2024-02-20 14:27:48 +01:00
|
|
|
[env:heltec-wireless-tracker-V1-0]
|
|
|
|
|
extends = esp32s3_base
|
2024-11-25 05:14:48 -06:00
|
|
|
board_level = extra
|
2024-02-20 14:27:48 +01:00
|
|
|
board = heltec_wireless_tracker
|
2025-03-18 21:19:51 -04:00
|
|
|
board_build.partitions = default_8MB.csv
|
2024-02-26 19:32:58 -06:00
|
|
|
upload_protocol = esptool
|
2024-02-20 14:27:48 +01:00
|
|
|
build_flags =
|
2025-07-20 17:47:37 -04:00
|
|
|
${esp32s3_base.build_flags}
|
|
|
|
|
-I variants/esp32s3/heltec_wireless_tracker_V1_0
|
2024-02-20 14:27:48 +01:00
|
|
|
-D HELTEC_TRACKER_V1_0
|
|
|
|
|
-D GPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely.
|
|
|
|
|
;-D DEBUG_DISABLED ; uncomment this line to disable DEBUG output
|
|
|
|
|
lib_deps =
|
|
|
|
|
${esp32s3_base.lib_deps}
|
2025-01-12 15:16:26 +08:00
|
|
|
lovyan03/LovyanGFX@^1.2.0
|