docs: Clarify recent usb device name change in Config_Changes.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
7bd96950cb
commit
935088ddff
|
@ -8,8 +8,10 @@ All dates in this document are approximate.
|
||||||
|
|
||||||
20191126: The USB names have changed on micro-controllers with native
|
20191126: The USB names have changed on micro-controllers with native
|
||||||
USB support. They now use a unique chip id by default (where
|
USB support. They now use a unique chip id by default (where
|
||||||
available). Update the "serial" setting in the "mcu" config section
|
available). If an "mcu" config section uses a "serial" setting that
|
||||||
accordingly.
|
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
|
20191121: The pressure_advance_lookahead_time parameter has been
|
||||||
removed. See example.cfg for alternate configuration settings.
|
removed. See example.cfg for alternate configuration settings.
|
||||||
|
|
Loading…
Reference in New Issue