File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -327,7 +327,7 @@ public void configureButtonBindings() {
327
327
328
328
JoystickButton xBoxX = new JoystickButton (operator , X_BOX_X );
329
329
xBoxX .whenHeld (new PresetFlywheelController (mShooter , "TLR" )
330
- .alongWith (new TurnOnLEDs (mLimelight ))
330
+ // .alongWith(new TurnOnLEDs(mLimelight))
331
331
.alongWith (new XBoxButtonCommand (X_BOX_X ))); // tarmac, lower goal, rear shot
332
332
333
333
xBoxX .whenReleased (new StopShooter (mShooter )
@@ -336,7 +336,7 @@ public void configureButtonBindings() {
336
336
337
337
JoystickButton xBoxY = new JoystickButton (operator , X_BOX_Y );
338
338
xBoxY .whenHeld (new PresetFlywheelController (mShooter , "TUR" )
339
- .alongWith (new TurnOnLEDs (mLimelight ))
339
+ // .alongWith(new TurnOnLEDs(mLimelight))
340
340
.alongWith (new XBoxButtonCommand (X_BOX_Y ))); // tarmac, upper goal, rear shot
341
341
342
342
xBoxY .whenReleased (new StopShooter (mShooter )
You can’t perform that action at this time.
0 commit comments