Skip to content

Commit

Permalink
fix: oops
Browse files Browse the repository at this point in the history
  • Loading branch information
rutmanz committed Feb 14, 2024
1 parent 35897bc commit 86ab759
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/org/team1540/robot2024/Robot.java
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,7 @@ public void teleopInit() {
// continue until interrupted by another command, remove
// this line or comment it out.

robotContainer.leds.setPattern(Leds.Zone.ZONE1, new LedPatternFlame());
robotContainer.leds.setPattern(Leds.Zone.ZONE2, new LedPatternFlame());
robotContainer.leds.setPattern(Leds.Zone.ELEVATOR_BACK, LedPatternRSLState.matchingColors());
if (autonomousCommand != null) {
autonomousCommand.cancel();
}
Expand Down

0 comments on commit 86ab759

Please sign in to comment.