Skip to content

Commit

Permalink
Update src/main/java/bhs/devilbotz/Constants.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkerMeyers authored Nov 2, 2023
1 parent 2583fc9 commit e37fd50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/bhs/devilbotz/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class Constants {
// Default is 20ms (do not change unless you know what you're doing
public static final double loopPeriodSecs = 0.02;
// Tuning mode toggle
public static final boolean tuningMode = true;
public static final boolean tuningMode = false;
// Which robot to use?
// Options:
// - ROBOT_2024S
Expand Down

0 comments on commit e37fd50

Please sign in to comment.