clean up configuration.h and add support for ttgo-lora-v1 boards
This commit is contained in:
+7
-2
@@ -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
|
||||
Reference in New Issue
Block a user