platformio.ini env dev added
This commit is contained in:
parent
2c08294a31
commit
448cb25733
@ -76,8 +76,10 @@ board = esp32dev
|
|||||||
;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
|
||||||
|
|
||||||
|
default_envs = dev
|
||||||
|
build_cache_dir = /tmp/platformio-shared-cache
|
||||||
description = Paxcounter is a proof-of-concept ESP32 device for metering passenger flows in realtime. It counts how many mobile devices are around.
|
description = Paxcounter is a proof-of-concept ESP32 device for metering passenger flows in realtime. It counts how many mobile devices are around.
|
||||||
|
|
||||||
[common]
|
[common]
|
||||||
@ -91,7 +93,6 @@ otakeyfile = ota.conf
|
|||||||
lorakeyfile = loraconf.h
|
lorakeyfile = loraconf.h
|
||||||
lmicconfigfile = lmic_config.h
|
lmicconfigfile = lmic_config.h
|
||||||
platform_espressif32 = espressif32@1.9.0
|
platform_espressif32 = espressif32@1.9.0
|
||||||
;platform_espressif32 = https://github.com/platformio/platform-espressif32.git#develop
|
|
||||||
board_build.partitions = min_spiffs.csv
|
board_build.partitions = min_spiffs.csv
|
||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
upload_speed = 921600
|
upload_speed = 921600
|
||||||
@ -153,3 +154,10 @@ upload_protocol = custom
|
|||||||
|
|
||||||
[env:usb]
|
[env:usb]
|
||||||
upload_protocol = esptool
|
upload_protocol = esptool
|
||||||
|
|
||||||
|
[env:dev]
|
||||||
|
upload_protocol = esptool
|
||||||
|
platform = https://github.com/platformio/platform-espressif32.git#develop
|
||||||
|
platform_packages =
|
||||||
|
; use upstream Git version
|
||||||
|
framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git
|
Loading…
Reference in New Issue
Block a user