mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-03 08:30:45 +00:00
- Support TLORA_V3.0. Update of the legendary 2.1_1.6.1 with solar charger, TCXO and IPEX connector. - 'extra' some short-lived EOL intermediate boards in that range. If possible use T3S3 instead of all of these! - update trunk to latest version
10 lines
323 B
INI
10 lines
323 B
INI
[env:tlora-v2-1-1_6-tcxo]
|
|
extends = esp32_base
|
|
board_level = extra
|
|
board = ttgo-lora32-v21
|
|
build_flags =
|
|
${esp32_base.build_flags}
|
|
-D TLORA_V2_1_16
|
|
-I variants/tlora_v2_1_16
|
|
-D GPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely.
|
|
-D LORA_TCXO_GPIO=33 |