commit
1de8079fbe
@ -17,12 +17,15 @@
|
||||
|
||||
;halfile = ecopower.h
|
||||
;board = esp32dev
|
||||
;upload_speed = 921600
|
||||
|
||||
;halfile = heltec.h
|
||||
;board = heltec_wifi_lora_32
|
||||
;upload_speed = 921600
|
||||
|
||||
;halfile = heltecv2.h
|
||||
;board = heltec_wifi_lora_32_V2
|
||||
;upload_speed = 921600
|
||||
|
||||
;halfile = ttgov1.h
|
||||
;board = ttgo-lora32-v1
|
||||
@ -30,45 +33,59 @@
|
||||
|
||||
;halfile = ttgov2.h
|
||||
;board = ttgo-lora32-v1
|
||||
;upload_speed = 921600
|
||||
|
||||
;halfile = ttgov21old.h
|
||||
;board = esp32dev
|
||||
;upload_speed = 921600
|
||||
|
||||
;halfile = ttgov21new.h
|
||||
;board = esp32dev
|
||||
;upload_speed = 921600
|
||||
|
||||
halfile = ttgofox.h
|
||||
board = esp32dev
|
||||
;halfile = ttgofox.h
|
||||
;board = esp32dev
|
||||
;upload_speed = 921600
|
||||
|
||||
;halfile = ttgobeam.h
|
||||
;board = ttgo-t-beam
|
||||
halfile = ttgobeam.h
|
||||
board = ttgo-t-beam
|
||||
upload_speed = 921600
|
||||
|
||||
;halfile = fipy.h
|
||||
;board = esp32dev
|
||||
;upload_speed = 921600
|
||||
|
||||
;halfile = lopy.h
|
||||
;board = lopy
|
||||
;upload_speed = 921600
|
||||
|
||||
;halfile = lopy4.h
|
||||
;board = lopy4
|
||||
;upload_speed = 921600
|
||||
|
||||
;halfile = lolin32litelora.h
|
||||
;board = lolin32
|
||||
;upload_speed = 921600
|
||||
|
||||
;halfile = lolin32lora.h
|
||||
;board = lolin32
|
||||
;upload_speed = 921600
|
||||
|
||||
;halfile = lolin32lite.h
|
||||
;board = lolin32
|
||||
;upload_speed = 921600
|
||||
|
||||
;halfile = wemos32oled.h
|
||||
;board = lolin32
|
||||
;upload_speed = 921600
|
||||
|
||||
;halfile = octopus32.h
|
||||
;board = featheresp32
|
||||
;upload_speed = 921600
|
||||
|
||||
;halfile = generic.h
|
||||
;board = esp32dev
|
||||
;upload_speed = 115200
|
||||
|
||||
|
||||
[platformio]
|
||||
@ -94,7 +111,6 @@ platform_espressif32 = espressif32@1.9.0
|
||||
;platform_espressif32 = https://github.com/platformio/platform-espressif32.git#develop
|
||||
board_build.partitions = min_spiffs.csv
|
||||
monitor_speed = 115200
|
||||
upload_speed = 921600
|
||||
lib_deps_lora =
|
||||
;MCCI LoRaWAN LMIC library@2.3.2
|
||||
https://github.com/mcci-catena/arduino-lmic.git
|
||||
|
Loading…
Reference in New Issue
Block a user