diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-12-01 14:25:40 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-12-01 14:25:40 -0500 |
commit | 43bb45a1d303b0f2f9ffc1a92904d98e5ea6bedb (patch) | |
tree | 5b45306128ee366eb06365843aa06b5314fe8a99 | |
parent | 935088ddff91cd041c85b63f51f23a040e78a5d9 (diff) | |
download | kutter-43bb45a1d303b0f2f9ffc1a92904d98e5ea6bedb.tar.gz kutter-43bb45a1d303b0f2f9ffc1a92904d98e5ea6bedb.tar.xz kutter-43bb45a1d303b0f2f9ffc1a92904d98e5ea6bedb.zip |
docs: Minor update to Config_Changes.md
Use same "ls /dev/serial/by-id/*" command used in Installation.md.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | docs/Config_Changes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md index 28e8f150..a3e7208b 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -10,7 +10,7 @@ All dates in this document are approximate. USB support. They now use a unique chip id by default (where available). If an "mcu" config section uses a "serial" setting that starts with "/dev/serial/by-id/" then it may be necessary to update -the config. Run "ls -l /dev/serial/by-id/" in an ssh terminal to +the config. Run "ls /dev/serial/by-id/*" in an ssh terminal to determine the new id. 20191121: The pressure_advance_lookahead_time parameter has been |