Add /dev/tty.wchusbserial* to the list of serial ports (CH341, CH34O chip comes with cheap arduino clones - DCCduino)
This commit is contained in:
parent
92f82e3329
commit
decdf73f7c
1 changed files with 1 additions and 1 deletions
|
@ -1060,7 +1060,7 @@ else
|
|||
# If no port is specified, try to guess it from wildcards.
|
||||
# Will only work if the Arduino is the only/first device matched.
|
||||
DEVICE_PATH = $(firstword $(wildcard \
|
||||
/dev/ttyACM? /dev/ttyUSB? /dev/tty.usbserial* /dev/tty.usbmodem*))
|
||||
/dev/ttyACM? /dev/ttyUSB? /dev/tty.usbserial* /dev/tty.usbmodem* /dev/tty.wchusbserial*))
|
||||
$(call show_config_variable,DEVICE_PATH,[AUTODETECTED])
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue