add reasonable guesses for TTGO LORA V1 and V2 boards - thanks @sensorsiot
for the pinouts
This commit is contained in:
+6
-2
@@ -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
|
||||
Reference in New Issue
Block a user