2024-05-12 02:50:54 +02:00
|
|
|
[env:tracksenger]
|
|
|
|
|
extends = esp32s3_base
|
|
|
|
|
board = heltec_wireless_tracker
|
2025-03-18 21:19:51 -04:00
|
|
|
board_build.partitions = default_8MB.csv
|
2024-05-12 02:50:54 +02:00
|
|
|
upload_protocol = esp-builtin
|
|
|
|
|
|
|
|
|
|
build_flags =
|
2025-07-20 17:47:37 -04:00
|
|
|
${esp32s3_base.build_flags}
|
|
|
|
|
-I variants/esp32s3/tracksenger/internal
|
2024-05-12 02:50:54 +02: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
|
|
|
|
|
|
|
|
|
|
lib_deps =
|
|
|
|
|
${esp32s3_base.lib_deps}
|
2025-01-12 15:16:26 +08:00
|
|
|
lovyan03/LovyanGFX@^1.2.0
|
2024-05-12 02:50:54 +02:00
|
|
|
|
|
|
|
|
[env:tracksenger-lcd]
|
|
|
|
|
extends = esp32s3_base
|
|
|
|
|
board = heltec_wireless_tracker
|
2025-03-18 21:19:51 -04:00
|
|
|
board_build.partitions = default_8MB.csv
|
2024-05-12 02:50:54 +02:00
|
|
|
upload_protocol = esp-builtin
|
|
|
|
|
|
|
|
|
|
build_flags =
|
2025-07-20 17:47:37 -04:00
|
|
|
${esp32s3_base.build_flags}
|
|
|
|
|
-I variants/esp32s3/tracksenger/lcd
|
2024-05-12 02:50:54 +02: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
|
|
|
|
|
|
|
|
|
|
lib_deps =
|
|
|
|
|
${esp32s3_base.lib_deps}
|
2025-01-12 15:16:26 +08:00
|
|
|
lovyan03/LovyanGFX@^1.2.0
|
2024-05-12 02:50:54 +02:00
|
|
|
|
|
|
|
|
[env:tracksenger-oled]
|
|
|
|
|
extends = esp32s3_base
|
|
|
|
|
board = heltec_wireless_tracker
|
2025-03-18 21:19:51 -04:00
|
|
|
board_build.partitions = default_8MB.csv
|
2024-05-12 02:50:54 +02:00
|
|
|
upload_protocol = esp-builtin
|
|
|
|
|
|
|
|
|
|
build_flags =
|
2025-07-20 17:47:37 -04:00
|
|
|
${esp32s3_base.build_flags}
|
|
|
|
|
-I variants/esp32s3/tracksenger/oled
|
2024-05-12 02:50:54 +02: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
|