Skip to content

Commit c36be77

Browse files
committed
Switch to serial mode auto-detect
1 parent f0341c4 commit c36be77

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

platformio.ini

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ board = esp-wrover-kit
1010
framework = arduino
1111
; Adjust port and speed to your system and its capabilities e.g. "upload_port = COM3" on Windows.
1212
; 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
1516
monitor_speed = 115200
1617
; For your OS & driver combination you might have to lower this to 921600 or even 460800.
1718
upload_speed = 1500000

0 commit comments

Comments
 (0)