clean up configuration.h and add support for ttgo-lora-v1 boards

This commit is contained in:
geeksville
2020-03-27 16:55:19 -07:00
parent d1387be015
commit cf2aa37635
3 changed files with 53 additions and 22 deletions
+7 -2
View File
@@ -17,8 +17,6 @@ hw_version = US
[env]
platform = espressif32
; board = ttgo-t-beam
; board = heltec_wifi_lora_32_V2
framework = arduino
; customize the partition table
@@ -79,3 +77,10 @@ lib_deps =
[env:heltec]
;build_type = debug ; to make it possible to step through our jtag debugger
board = heltec_wifi_lora_32_V2
[env:ttgo-lora32-v1]
board = ttgo-lora32-v1
; 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:ttgo-lora32-v2]
; board = ttgo-lora32-v2