mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-11 08:47:53 -06:00
usb_cdc: Report MCU type on all boards
Always report the "product id" as the MCU type (instead of as "Klipper firmware"). Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
401f7a879c
commit
e80ced5568
2 changed files with 4 additions and 7 deletions
|
@ -6,9 +6,10 @@ All dates in this document are approximate.
|
|||
|
||||
# Changes
|
||||
|
||||
20191124: The USB names have changed on lpc176x, stm32, atsamd, and
|
||||
atsam. They now use the unique chip id by default. Update the
|
||||
"serial" setting in the "mcu" config section accordingly.
|
||||
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.
|
||||
|
||||
20191121: The pressure_advance_lookahead_time parameter has been
|
||||
removed. See example.cfg for alternate configuration settings.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue