File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,9 @@ board = esp-wrover-kit
10
10
framework = arduino
11
11
; Adjust port and speed to your system and its capabilities e.g. "upload_port = COM3" on Windows.
12
12
; To list all availble ports you may also run 'pio device list' in the Visual Studio Code terminal window.
13
- upload_port = /dev/tty.wchusbserial54790238451
14
- monitor_port = /dev/tty.wchusbserial54790238451
13
+ ; In most cases you should be able to leave this commented out and thus rely on the auto-detect mode.
14
+ ; upload_port = /dev/tty.wchusbserial54790238451
15
+ ; monitor_port = /dev/tty.wchusbserial54790238451
15
16
monitor_speed = 115200
16
17
; For your OS & driver combination you might have to lower this to 921600 or even 460800.
17
18
upload_speed = 1500000
You can’t perform that action at this time.
0 commit comments