Skip to content

Commit decdf73

Browse files
committed
Add /dev/tty.wchusbserial* to the list of serial ports (CH341, CH34O chip comes with cheap arduino clones - DCCduino)
1 parent 92f82e3 commit decdf73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Arduino.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,7 @@ else
10601060
# If no port is specified, try to guess it from wildcards.
10611061
# Will only work if the Arduino is the only/first device matched.
10621062
DEVICE_PATH = $(firstword $(wildcard \
1063-
/dev/ttyACM? /dev/ttyUSB? /dev/tty.usbserial* /dev/tty.usbmodem*))
1063+
/dev/ttyACM? /dev/ttyUSB? /dev/tty.usbserial* /dev/tty.usbmodem* /dev/tty.wchusbserial*))
10641064
$(call show_config_variable,DEVICE_PATH,[AUTODETECTED])
10651065
endif
10661066

0 commit comments

Comments
 (0)