Update platformio.ini
This commit is contained in:
parent
2c08294a31
commit
7f9e9af278
@ -73,10 +73,10 @@ board = esp32dev
|
||||
|
||||
[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.
|
||||
|
||||
@ -152,4 +152,4 @@ monitor_speed = ${common.monitor_speed}
|
||||
upload_protocol = custom
|
||||
|
||||
[env:usb]
|
||||
upload_protocol = esptool
|
||||
upload_protocol = esptool
|
||||
|
Loading…
Reference in New Issue
Block a user