diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-12-01 10:29:15 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-12-01 10:29:15 -0500 |
commit | 935088ddff91cd041c85b63f51f23a040e78a5d9 (patch) | |
tree | 606c111ce95a8125ae2e1b68ddb1a270f827ba28 | |
parent | 7bd96950cbf26c37e7fde347b02dfa3f5052461d (diff) | |
download | kutter-935088ddff91cd041c85b63f51f23a040e78a5d9.tar.gz kutter-935088ddff91cd041c85b63f51f23a040e78a5d9.tar.xz kutter-935088ddff91cd041c85b63f51f23a040e78a5d9.zip |
docs: Clarify recent usb device name change in Config_Changes.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | docs/Config_Changes.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md index efd075d0..28e8f150 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -8,8 +8,10 @@ All dates in this document are approximate. 20191126: The USB names have changed on micro-controllers with native USB support. They now use a unique chip id by default (where -available). Update the "serial" setting in the "mcu" config section -accordingly. +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 +determine the new id. 20191121: The pressure_advance_lookahead_time parameter has been removed. See example.cfg for alternate configuration settings. |