Skip to content

Commit

Permalink
Merge branch 'master' into Improved-Auton-Shooting-and-Intake
Browse files Browse the repository at this point in the history
  • Loading branch information
Rand0mAsianKid authored Jul 19, 2024
2 parents 1d26767 + a7fd7b9 commit 66456e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/carlmontrobotics/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public abstract class Config implements Sendable {
protected boolean exampleFlagEnabled = false;
protected boolean swimShady = false;
protected boolean setupSysId = false;
protected boolean limelightDisabled = false;
protected boolean limelightDisabled = false;
protected boolean useSmartDashboardControl = false; // whether to control arm position + rpm of
// outtake through SmartDashboard
// Note: disables joystick control of arm and
Expand Down

0 comments on commit 66456e1

Please sign in to comment.