We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f89114d commit 19a85f6Copy full SHA for 19a85f6
doc/arduino.txt
@@ -140,7 +140,7 @@ See :help slime for configuration of slime. Disabled by default. >
140
Connect to this serial port when uploading & debugging. This is not set by
141
default. If not set, vim-arduino will attempt to guess which port to use. See
142
also |:ArduinoChoosePort| >
143
- let g:arduino_serial_port = /dev/ttyACM0
+ let g:arduino_serial_port = '/dev/ttyACM0'
144
<
145
146
*'g:arduino_serial_port_globs'*
0 commit comments