mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-10 23:47:12 +00:00

* Heltec-Tracker: TFT LCD support * trunk fmt * backwards compatibility with ST7735 devices * trunk fmt
12 lines
320 B
INI
12 lines
320 B
INI
[env:heltec-wireless-tracker]
|
|
extends = esp32s3_base
|
|
board = heltec_wifi_lora_32_V3
|
|
upload_protocol = esp-builtin
|
|
|
|
build_flags =
|
|
${esp32s3_base.build_flags} -D HELTEC_WIRELESS_TRACKER -I variants/heltec_wireless_tracker
|
|
-DARDUINO_USB_CDC_ON_BOOT=1
|
|
|
|
lib_deps =
|
|
${esp32s3_base.lib_deps}
|
|
lovyan03/LovyanGFX@^1.1.7 |