Skip to content

Commit 1791e7a

Browse files
don't force robot to be swim shady
1 parent 6bbccf4 commit 1791e7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/carlmontrobotics/Config.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ public abstract class Config implements Sendable {
2222

2323
// Add additional config settings by declaring a protected field, and...
2424
protected boolean exampleFlagEnabled = false;
25-
protected boolean swimShady = true;
25+
protected boolean swimShady = false;
2626
protected boolean setupSysId = false;
27-
protected boolean limelightDisabled = false;
27+
protected boolean limelightDisabled = false;
2828
protected boolean useSmartDashboardControl = false; // whether to control arm position + rpm of
2929
// outtake through SmartDashboard
3030
// Note: disables joystick control of arm and

0 commit comments

Comments
 (0)