We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bbccf4 commit 1791e7aCopy full SHA for 1791e7a
src/main/java/org/carlmontrobotics/Config.java
@@ -22,9 +22,9 @@ public abstract class Config implements Sendable {
22
23
// Add additional config settings by declaring a protected field, and...
24
protected boolean exampleFlagEnabled = false;
25
- protected boolean swimShady = true;
+ protected boolean swimShady = false;
26
protected boolean setupSysId = false;
27
- protected boolean limelightDisabled = false;
+ protected boolean limelightDisabled = false;
28
protected boolean useSmartDashboardControl = false; // whether to control arm position + rpm of
29
// outtake through SmartDashboard
30
// Note: disables joystick control of arm and
0 commit comments