mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-30 22:50:57 +00:00
19 lines
648 B
INI
19 lines
648 B
INI
[env:heltec-wireless-tracker]
|
|
extends = esp32s3_base
|
|
board = heltec_wireless_tracker
|
|
board_build.partitions = default_8MB.csv
|
|
upload_protocol = esptool
|
|
|
|
build_flags =
|
|
${esp32s3_base.build_flags}
|
|
-I variants/esp32s3/heltec_wireless_tracker
|
|
-D HELTEC_TRACKER_V1_1
|
|
-DARDUINO_USB_CDC_ON_BOOT=1
|
|
-DARDUINO_USB_MODE=1
|
|
;-D DEBUG_DISABLED ; uncomment this line to disable DEBUG output
|
|
|
|
lib_deps =
|
|
${esp32s3_base.lib_deps}
|
|
# renovate: datasource=git-refs depName=LovyanGFX-develop packageName=https://github.com/lovyan03/LovyanGFX gitBranch=develop
|
|
https://github.com/lovyan03/LovyanGFX/archive/2689b7c12e384558991d324e19bc67782f986551.zip
|