mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-07 05:54:05 -06:00
Kconfig: Change default CANbus frequency to 1000000
Change the default CANbus frequency from 500000 to 1000000. A higher frequency allows for greater data transfer rates, lower latency of messages, and should overall be more robust. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
81e4636f42
commit
23bbbaa21b
2 changed files with 7 additions and 1 deletions
|
@ -95,7 +95,7 @@ config CANBUS
|
|||
default y if CANSERIAL || USBCANBUS
|
||||
config CANBUS_FREQUENCY
|
||||
int "CAN bus speed" if LOW_LEVEL_OPTIONS && CANBUS
|
||||
default 500000
|
||||
default 1000000
|
||||
config CANBUS_FILTER
|
||||
bool
|
||||
default y if CANSERIAL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue