platformio.ini: env dev added
This commit is contained in:
commit
f6945bd624
@ -17,12 +17,15 @@
|
|||||||
|
|
||||||
;halfile = ecopower.h
|
;halfile = ecopower.h
|
||||||
;board = esp32dev
|
;board = esp32dev
|
||||||
|
;upload_speed = 921600
|
||||||
|
|
||||||
;halfile = heltec.h
|
;halfile = heltec.h
|
||||||
;board = heltec_wifi_lora_32
|
;board = heltec_wifi_lora_32
|
||||||
|
;upload_speed = 921600
|
||||||
|
|
||||||
;halfile = heltecv2.h
|
;halfile = heltecv2.h
|
||||||
;board = heltec_wifi_lora_32_V2
|
;board = heltec_wifi_lora_32_V2
|
||||||
|
;upload_speed = 921600
|
||||||
|
|
||||||
;halfile = ttgov1.h
|
;halfile = ttgov1.h
|
||||||
;board = ttgo-lora32-v1
|
;board = ttgo-lora32-v1
|
||||||
@ -30,50 +33,64 @@
|
|||||||
|
|
||||||
;halfile = ttgov2.h
|
;halfile = ttgov2.h
|
||||||
;board = ttgo-lora32-v1
|
;board = ttgo-lora32-v1
|
||||||
|
;upload_speed = 921600
|
||||||
|
|
||||||
;halfile = ttgov21old.h
|
;halfile = ttgov21old.h
|
||||||
;board = esp32dev
|
;board = esp32dev
|
||||||
|
;upload_speed = 921600
|
||||||
|
|
||||||
;halfile = ttgov21new.h
|
;halfile = ttgov21new.h
|
||||||
;board = esp32dev
|
;board = esp32dev
|
||||||
|
;upload_speed = 921600
|
||||||
|
|
||||||
halfile = ttgofox.h
|
;halfile = ttgofox.h
|
||||||
board = esp32dev
|
;board = esp32dev
|
||||||
|
;upload_speed = 921600
|
||||||
|
|
||||||
;halfile = ttgobeam.h
|
halfile = ttgobeam.h
|
||||||
;board = ttgo-t-beam
|
board = ttgo-t-beam
|
||||||
|
upload_speed = 921600
|
||||||
|
|
||||||
;halfile = fipy.h
|
;halfile = fipy.h
|
||||||
;board = esp32dev
|
;board = esp32dev
|
||||||
|
;upload_speed = 921600
|
||||||
|
|
||||||
;halfile = lopy.h
|
;halfile = lopy.h
|
||||||
;board = lopy
|
;board = lopy
|
||||||
|
;upload_speed = 921600
|
||||||
|
|
||||||
;halfile = lopy4.h
|
;halfile = lopy4.h
|
||||||
;board = lopy4
|
;board = lopy4
|
||||||
|
;upload_speed = 921600
|
||||||
|
|
||||||
;halfile = lolin32litelora.h
|
;halfile = lolin32litelora.h
|
||||||
;board = lolin32
|
;board = lolin32
|
||||||
|
;upload_speed = 921600
|
||||||
|
|
||||||
;halfile = lolin32lora.h
|
;halfile = lolin32lora.h
|
||||||
;board = lolin32
|
;board = lolin32
|
||||||
|
;upload_speed = 921600
|
||||||
|
|
||||||
;halfile = lolin32lite.h
|
;halfile = lolin32lite.h
|
||||||
;board = lolin32
|
;board = lolin32
|
||||||
|
;upload_speed = 921600
|
||||||
|
|
||||||
;halfile = wemos32oled.h
|
;halfile = wemos32oled.h
|
||||||
;board = lolin32
|
;board = lolin32
|
||||||
|
;upload_speed = 921600
|
||||||
|
|
||||||
;halfile = octopus32.h
|
;halfile = octopus32.h
|
||||||
;board = featheresp32
|
;board = featheresp32
|
||||||
|
;upload_speed = 921600
|
||||||
|
|
||||||
;halfile = generic.h
|
;halfile = generic.h
|
||||||
;board = esp32dev
|
;board = esp32dev
|
||||||
|
;upload_speed = 115200
|
||||||
|
|
||||||
|
|
||||||
[platformio]
|
[platformio]
|
||||||
; upload firmware to board with usb cable
|
; upload firmware to board with usb cable
|
||||||
;default_envs = usb
|
default_envs = usb
|
||||||
|
|
||||||
; upload firmware to a jfrog bintray repository
|
; upload firmware to a jfrog bintray repository
|
||||||
;default_envs = ota
|
;default_envs = ota
|
||||||
@ -95,7 +112,6 @@ lmicconfigfile = lmic_config.h
|
|||||||
platform_espressif32 = espressif32@1.9.0
|
platform_espressif32 = espressif32@1.9.0
|
||||||
board_build.partitions = min_spiffs.csv
|
board_build.partitions = min_spiffs.csv
|
||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
upload_speed = 921600
|
|
||||||
lib_deps_lora =
|
lib_deps_lora =
|
||||||
;MCCI LoRaWAN LMIC library@2.3.2
|
;MCCI LoRaWAN LMIC library@2.3.2
|
||||||
https://github.com/mcci-catena/arduino-lmic.git
|
https://github.com/mcci-catena/arduino-lmic.git
|
||||||
|
Loading…
Reference in New Issue
Block a user