2024-02-20 13:27:48 +00:00
|
|
|
[env:heltec-wireless-tracker-V1-0]
|
|
|
|
extends = esp32s3_base
|
2024-11-25 11:14:48 +00:00
|
|
|
board_level = extra
|
2024-02-20 13:27:48 +00:00
|
|
|
board = heltec_wireless_tracker
|
2024-02-27 01:32:58 +00:00
|
|
|
upload_protocol = esptool
|
2024-02-20 13:27:48 +00:00
|
|
|
build_flags =
|
|
|
|
${esp32s3_base.build_flags} -I variants/heltec_wireless_tracker_V1_0
|
|
|
|
-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 07:16:26 +00:00
|
|
|
lovyan03/LovyanGFX@^1.2.0
|