default board update
This commit is contained in:
parent
4282f2c3fc
commit
2f472c1c1d
|
|
@ -9,7 +9,7 @@
|
|||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[platformio]
|
||||
default_envs = ttgo-t-beam-v1
|
||||
default_envs = ttgo-t-beam-v1_2
|
||||
|
||||
[env]
|
||||
platform = espressif32 @ 6.3.1
|
||||
|
|
@ -41,22 +41,14 @@ check_flags =
|
|||
check_skip_packages = yes
|
||||
board_build.partitions = no_ota.csv
|
||||
|
||||
[env:ttgo-t-beam-v0_7]
|
||||
[env:ttgo-t-beam-v1_2]
|
||||
board = ttgo-t-beam
|
||||
build_flags = -Werror -Wall -DTTGO_T_Beam_V0_7
|
||||
build_flags = -Werror -Wall -DTTGO_T_Beam_V1_2
|
||||
|
||||
[env:ttgo-t-beam-v1]
|
||||
board = ttgo-t-beam
|
||||
build_flags = -Werror -Wall -DTTGO_T_Beam_V1_0
|
||||
|
||||
[env:ttgo-t-beam-v1_SX1268]
|
||||
board = ttgo-t-beam
|
||||
build_flags = -Werror -Wall -DTTGO_T_Beam_V1_0_SX1268
|
||||
|
||||
[env:ttgo-t-beam-v1_2]
|
||||
board = ttgo-t-beam
|
||||
build_flags = -Werror -Wall -DTTGO_T_Beam_V1_2
|
||||
|
||||
[env:ttgo-t-lora-v2_1_TNC]
|
||||
board = ttgo-lora32-v21
|
||||
build_flags = -Werror -Wall -DTTGO_T_LORA_V2_1_TNC
|
||||
|
|
@ -67,4 +59,12 @@ build_flags = -Werror -Wall -DTTGO_T_LORA_V2_1_GPS
|
|||
|
||||
[env:ESP32_DIY_LoRa_GPS]
|
||||
board = esp32dev
|
||||
build_flags = -Werror -Wall -DESP32_DIY_LoRa_GPS
|
||||
build_flags = -Werror -Wall -DESP32_DIY_LoRa_GPS
|
||||
|
||||
[env:ttgo-t-beam-v1_SX1268]
|
||||
board = ttgo-t-beam
|
||||
build_flags = -Werror -Wall -DTTGO_T_Beam_V1_0_SX1268
|
||||
|
||||
[env:ttgo-t-beam-v0_7]
|
||||
board = ttgo-t-beam
|
||||
build_flags = -Werror -Wall -DTTGO_T_Beam_V0_7
|
||||
Loading…
Reference in New Issue