diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-04-20 11:43:21 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-04-20 11:57:49 -0400 |
commit | 832c0bc0170e78f702677a0faca3ed355341ff97 (patch) | |
tree | 80cb8d641240df68620300b89004ee626fbbb30c /config | |
parent | 6793970198645d94f39328ab465f736eb9cce8b4 (diff) | |
download | kutter-832c0bc0170e78f702677a0faca3ed355341ff97.tar.gz kutter-832c0bc0170e78f702677a0faca3ed355341ff97.tar.xz kutter-832c0bc0170e78f702677a0faca3ed355341ff97.zip |
docs: Add more hints to use /dev/by-id/ for the serial device
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config')
-rw-r--r-- | config/example.cfg | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/example.cfg b/config/example.cfg index 7e8c2cd6..aacd4c99 100644 --- a/config/example.cfg +++ b/config/example.cfg @@ -239,7 +239,9 @@ pin: ar9 # Micro-controller information. [mcu] serial: /dev/ttyACM0 -# The serial port to connect to the MCU. The default is /dev/ttyS0 +# The serial port to connect to the MCU. If unsure (or if it +# changes) see the "Where's my serial port?" section of the FAQ. The +# default is /dev/ttyS0 #baud: 250000 # The baud rate to use. The default is 250000. pin_map: arduino |