2024-05-12 02:50:54 +02:00
|
|
|
[env:tracksenger]
|
2026-01-07 15:25:38 -06:00
|
|
|
custom_meshtastic_hw_model = 48
|
|
|
|
|
custom_meshtastic_hw_model_slug = HELTEC_WIRELESS_TRACKER
|
|
|
|
|
custom_meshtastic_architecture = esp32-s3
|
|
|
|
|
custom_meshtastic_actively_supported = true
|
|
|
|
|
custom_meshtastic_support_level = 3
|
|
|
|
|
custom_meshtastic_display_name = TrackSenger (small TFT)
|
|
|
|
|
custom_meshtastic_requires_dfu = true
|
|
|
|
|
custom_meshtastic_partition_scheme = 8MB
|
|
|
|
|
|
2024-05-12 02:50:54 +02:00
|
|
|
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 DEBUG_DISABLED ; uncomment this line to disable DEBUG output
|
|
|
|
|
|
|
|
|
|
lib_deps =
|
|
|
|
|
${esp32s3_base.lib_deps}
|
2025-12-17 12:05:48 -05:00
|
|
|
# renovate: datasource=custom.pio depName=LovyanGFX packageName=lovyan03/library/LovyanGFX
|
2025-12-15 20:48:34 -05:00
|
|
|
lovyan03/LovyanGFX@1.2.7
|
2024-05-12 02:50:54 +02:00
|
|
|
|
|
|
|
|
[env:tracksenger-lcd]
|
2026-01-07 15:25:38 -06:00
|
|
|
custom_meshtastic_hw_model = 48
|
|
|
|
|
custom_meshtastic_hw_model_slug = HELTEC_WIRELESS_TRACKER
|
|
|
|
|
custom_meshtastic_architecture = esp32-s3
|
|
|
|
|
custom_meshtastic_actively_supported = false
|
|
|
|
|
custom_meshtastic_support_level = 3
|
|
|
|
|
custom_meshtastic_display_name = TrackSenger (big TFT)
|
|
|
|
|
custom_meshtastic_requires_dfu = true
|
|
|
|
|
custom_meshtastic_partition_scheme = 8MB
|
|
|
|
|
|
2024-05-12 02:50:54 +02:00
|
|
|
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 DEBUG_DISABLED ; uncomment this line to disable DEBUG output
|
|
|
|
|
|
|
|
|
|
lib_deps =
|
|
|
|
|
${esp32s3_base.lib_deps}
|
2025-12-17 12:05:48 -05:00
|
|
|
# renovate: datasource=custom.pio depName=LovyanGFX packageName=lovyan03/library/LovyanGFX
|
2025-12-15 20:48:34 -05:00
|
|
|
lovyan03/LovyanGFX@1.2.7
|
2024-05-12 02:50:54 +02:00
|
|
|
|
|
|
|
|
[env:tracksenger-oled]
|
2026-01-07 15:25:38 -06:00
|
|
|
custom_meshtastic_hw_model = 48
|
|
|
|
|
custom_meshtastic_hw_model_slug = HELTEC_WIRELESS_TRACKER
|
|
|
|
|
custom_meshtastic_architecture = esp32-s3
|
|
|
|
|
custom_meshtastic_actively_supported = true
|
|
|
|
|
custom_meshtastic_support_level = 3
|
|
|
|
|
custom_meshtastic_display_name = TrackSenger (big OLED)
|
|
|
|
|
custom_meshtastic_partition_scheme = 8MB
|
|
|
|
|
|
2024-05-12 02:50:54 +02:00
|
|
|
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 DEBUG_DISABLED ; uncomment this line to disable DEBUG output
|