2022-01-25 15:56:16 +01:00
|
|
|
; The 1.0 release of the TBEAM board
|
|
|
|
|
[env:tbeam]
|
|
|
|
|
extends = esp32_base
|
|
|
|
|
board = ttgo-t-beam
|
2025-07-24 07:13:23 -04:00
|
|
|
board_level = pr
|
2024-05-12 22:43:47 +02:00
|
|
|
board_check = true
|
2022-01-25 15:56:16 +01:00
|
|
|
lib_deps =
|
|
|
|
|
${esp32_base.lib_deps}
|
|
|
|
|
build_flags =
|
2025-07-19 19:41:59 -04:00
|
|
|
${esp32_base.build_flags}
|
|
|
|
|
-D TBEAM_V10
|
|
|
|
|
-I variants/esp32/tbeam
|
2022-12-17 23:32:20 +01:00
|
|
|
-DGPS_POWER_TOGGLE ; comment this line to disable double press function on the user button to turn off gps entirely.
|
2025-04-07 01:27:46 +00:00
|
|
|
-DBOARD_HAS_PSRAM
|
|
|
|
|
-mfix-esp32-psram-cache-issue
|
2025-07-19 19:41:59 -04:00
|
|
|
upload_speed = 921600
|