Update platformio.ini

pull/686/head
Jm 2021-02-12 18:48:18 -08:00
rodzic b29bcbbd41
commit 8c27baae84
1 zmienionych plików z 3 dodań i 10 usunięć

Wyświetl plik

@ -9,14 +9,13 @@
; https://docs.platformio.org/page/projectconf.html
[platformio]
;default_envs = tbeam
;default_envs = tlora-v1.3
default_envs = tbeam
;default_envs = tbeam0.7
;default_envs = heltec
;default_envs = tlora-v1
;default_envs = tlora-v2
;default_envs = lora-relay-v1 # nrf board
default_envs = linux # lora-relay-v1 # nrf52840dk-geeksville # linux # or if you'd like to change the default to something like lora-relay-v1 put that here
;default_envs = linux # lora-relay-v1 # nrf52840dk-geeksville # linux # or if you'd like to change the default to something like lora-relay-v1 put that here
[common]
; common is not currently used
@ -150,12 +149,6 @@ board = ttgo-lora32-v1
build_flags =
${esp32_base.build_flags} -D TLORA_V1
[env:tlora-v1.3]
extends = esp32_base
board = ttgo-lora32-v1
build_flags =
${esp32_base.build_flags} -D TLORA_V1_3
; note: the platformio definition for lora32-v2 seems stale, it is missing a pins_arduino.h file, therefore I don't think it works
[env:tlora-v2]
extends = esp32_base
@ -349,4 +342,4 @@ lib_deps =
extends = esp32_base
board = genieblocks_lora
build_flags =
${esp32_base.build_flags} -D GENIEBLOCKS
${esp32_base.build_flags} -D GENIEBLOCKS