We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92f82e3 commit decdf73Copy full SHA for decdf73
Arduino.mk
@@ -1060,7 +1060,7 @@ else
1060
# If no port is specified, try to guess it from wildcards.
1061
# Will only work if the Arduino is the only/first device matched.
1062
DEVICE_PATH = $(firstword $(wildcard \
1063
- /dev/ttyACM? /dev/ttyUSB? /dev/tty.usbserial* /dev/tty.usbmodem*))
+ /dev/ttyACM? /dev/ttyUSB? /dev/tty.usbserial* /dev/tty.usbmodem* /dev/tty.wchusbserial*))
1064
$(call show_config_variable,DEVICE_PATH,[AUTODETECTED])
1065
endif
1066
0 commit comments