osx device name change: /dev/usbserial -> /dev/usbmodem

Different versions of osx use different names.
This commit is contained in:
phoebe 2019-08-21 22:23:40 +02:00 committed by Tim 'mithro' Ansell
parent bb27533e23
commit 420d1ca2f6

View File

@ -241,7 +241,7 @@ $
If you're on a macOS machine, use the following command to connect to the device:
```sh
$ screen /dev/cu.usbserial*
$ screen /dev/cu.usb*
```
If you're on Linux, it will be called `ttyACM?`: