mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-01 18:29:56 +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>
8 lines
300 B
INI
8 lines
300 B
INI
[env:tlora-t3s3-v1]
|
|
extends = esp32s3_base
|
|
board = tlora-t3s3-v1
|
|
upload_protocol = esp-builtin
|
|
|
|
build_flags =
|
|
${esp32_base.build_flags} -D TLORA_T3S3_V1 -I variants/tlora_t3s3_v1
|
|
-DGPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely. |