add reasonable guesses for TTGO LORA V1 and V2 boards - thanks @sensorsiot

for the pinouts
This commit is contained in:
geeksville
2020-03-28 14:45:33 -07:00
parent a47d6c4d68
commit be468a2183
3 changed files with 19 additions and 12 deletions
+6 -2
View File
@@ -80,7 +80,11 @@ board = heltec_wifi_lora_32_V2
[env:ttgo-lora32-v1]
board = ttgo-lora32-v1
build_flags =
${env.build_flags} -D TTGO_LORA_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
[env:ttgo-lora32-v2]
board = ttgo-lora32-v1
build_flags =
${env.build_flags} -D TTGO_LORA_V2