2023-07-14 21:12:30 +00:00
|
|
|
[env:heltec-wireless-tracker]
|
|
|
|
extends = esp32s3_base
|
2023-07-17 18:06:34 +00:00
|
|
|
board = heltec_wireless_tracker
|
2024-06-21 01:01:36 +00:00
|
|
|
upload_protocol = esptool
|
2023-07-15 13:53:26 +00:00
|
|
|
|
2023-07-14 21:12:30 +00:00
|
|
|
build_flags =
|
2023-07-17 18:06:34 +00:00
|
|
|
${esp32s3_base.build_flags} -I variants/heltec_wireless_tracker
|
2024-02-20 13:27:48 +00:00
|
|
|
-D HELTEC_TRACKER_V1_1
|
|
|
|
-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
|
2023-07-15 13:53:26 +00:00
|
|
|
|
2023-07-14 21:12:30 +00:00
|
|
|
lib_deps =
|
|
|
|
${esp32s3_base.lib_deps}
|
2024-06-21 01:01:36 +00:00
|
|
|
lovyan03/LovyanGFX@^1.1.8
|