bugfix platformio.ini (upload_speed)
This commit is contained in:
parent
ccb0be2ef6
commit
dfdaa49ad2
@ -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,53 +33,67 @@
|
||||
|
||||
;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]
|
||||
; upload firmware to board with usb cable
|
||||
;default_envs = usb
|
||||
default_envs = usb
|
||||
|
||||
; upload firmware to a jfrog bintray repository
|
||||
default_envs = ota
|
||||
;default_envs = ota
|
||||
|
||||
description = Paxcounter is a proof-of-concept ESP32 device for metering passenger flows in realtime. It counts how many mobile devices are around.
|
||||
|
||||
@ -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