Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/FRC830/2024Robot
Browse files Browse the repository at this point in the history
  • Loading branch information
NottheIRS committed Mar 20, 2024
2 parents 8b1529c + e227842 commit 99fa1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/include/SwerveConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,4 @@ const int TURN_MOTOR_CURRENT_LIMIT = 20;
const int DRIVE_MOTOR_CURRENT_LIMIT = 20;
const double SWERVE_VOLTAGE_COMPENSATION = 10.5;
const bool IS_DRIVE_IN_COAST = false;
const bool IS_ROBOT_ORIENTED_DRIVE = false;
const bool IS_ROBOT_ORIENTED_DRIVE = false;

0 comments on commit 99fa1c0

Please sign in to comment.