We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0341c4 commit c36be77Copy full SHA for c36be77
platformio.ini
@@ -10,8 +10,9 @@ board = esp-wrover-kit
10
framework = arduino
11
; Adjust port and speed to your system and its capabilities e.g. "upload_port = COM3" on Windows.
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
+; In most cases you should be able to leave this commented out and thus rely on the auto-detect mode.
+; upload_port = /dev/tty.wchusbserial54790238451
15
+; monitor_port = /dev/tty.wchusbserial54790238451
16
monitor_speed = 115200
17
; For your OS & driver combination you might have to lower this to 921600 or even 460800.
18
upload_speed = 1500000
0 commit comments