Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
jack60612 committed Nov 27, 2023
1 parent 051ad1c commit fc1a318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static final class CANConstants {
public static final int MOTORBACKLEFTID = 14;
}

public static final double MAX_SPEED = 0.8;
public static final double MAX_SPEED = 0.5;

// USB Devices
public static final int CONTROLLERUSBINDEX = 0;
Expand Down

0 comments on commit fc1a318

Please sign in to comment.