mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-01 10:19:59 +00:00
5995c7060d
* Added triple-press GPS toggle button changes * Revert edits to extensions.json * comma'd --------- Co-authored-by: Ben Meadors <benmmeadors@gmail.com> Co-authored-by: code8buster <communismisgreat@national.shitposting.agency>
6 lines
270 B
INI
6 lines
270 B
INI
[env:tlora-v2-1-1_6]
|
|
extends = esp32_base
|
|
board = ttgo-lora32-v21
|
|
build_flags =
|
|
${esp32_base.build_flags} -D TLORA_V2_1_16 -I variants/tlora_v2_1_16
|
|
-DGPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely. |