diff options
| author | Grzegorz Biesiadecki <gbiesiadecki@gmail.com> | 2015-06-11 10:58:49 -0700 |
|---|---|---|
| committer | Grzegorz Biesiadecki <gbiesiadecki@gmail.com> | 2015-06-11 10:58:49 -0700 |
| commit | decdf73f7c491f46eac5e95c0b8ae41f7f118131 (patch) | |
| tree | b2fc839a59b5d7c4e7f453d679555f37d2685710 | |
| parent | 92f82e332907d43b0824e9d100b16d4d9ea634ec (diff) | |
Add /dev/tty.wchusbserial* to the list of serial ports (CH341, CH34O chip comes with cheap arduino clones - DCCduino)
| -rw-r--r-- | Arduino.mk | 2 |
1 files changed, 1 insertions, 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 |
