Skip to content

Commit

Permalink
Change the default canbus speed to 500k which aids in making J2534
Browse files Browse the repository at this point in the history
devices work out of the box.

A more thorough solution should be implemented later on.
  • Loading branch information
collin80 committed Mar 21, 2023
1 parent bfa96f4 commit ba88576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connections/canbus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

CANBus::CANBus()
{
speed = 250000;
speed = 500000;
listenOnly = false;
singleWire = false;
active = false;
Expand Down

0 comments on commit ba88576

Please sign in to comment.