mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-26 18:09:04 +00:00

This reverts commit5cc8ca59a3
. Revert "Sync Wio lr1110 refresh with master (#4251)" This reverts commitd97e6b86b8
. Revert "update SD_FLASH_SIZE to 0x27000 (#4232)" This reverts commit2df8093fef
.
9 lines
319 B
INI
9 lines
319 B
INI
[env:tlora-t3s3-v1]
|
|
extends = esp32s3_base
|
|
board = tlora-t3s3-v1
|
|
board_check = true
|
|
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. |