Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Update Constants.java
Browse files Browse the repository at this point in the history
  • Loading branch information
srimanachanta committed Dec 14, 2023
1 parent 9a0ce4a commit 1d17d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/constants/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
public final class Constants {
private static RobotType kRobotType = RobotType.ROBOT_2023_OFFSEASON_SWERVE;
// Allows tunable values to be changed when enabled
public static final boolean TUNING_MODE = true;
public static final boolean TUNING_MODE = false;

public static final double kLoopPeriodSecs = 0.02;

Expand Down

0 comments on commit 1d17d12

Please sign in to comment.