aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Config_Changes.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2019-12-01 10:29:15 -0500
committerKevin O'Connor <kevin@koconnor.net>2019-12-01 10:29:15 -0500
commit935088ddff91cd041c85b63f51f23a040e78a5d9 (patch)
tree606c111ce95a8125ae2e1b68ddb1a270f827ba28 /docs/Config_Changes.md
parent7bd96950cbf26c37e7fde347b02dfa3f5052461d (diff)
downloadkutter-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>
Diffstat (limited to 'docs/Config_Changes.md')
-rw-r--r--docs/Config_Changes.md6
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.