From 86ab759e8d19f5f9da95a05854ef6ca5d676cca4 Mon Sep 17 00:00:00 2001 From: Zach R Date: Wed, 14 Feb 2024 15:52:10 -0800 Subject: [PATCH] fix: oops --- src/main/java/org/team1540/robot2024/Robot.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/java/org/team1540/robot2024/Robot.java b/src/main/java/org/team1540/robot2024/Robot.java index 9f9f1772..689a81b4 100644 --- a/src/main/java/org/team1540/robot2024/Robot.java +++ b/src/main/java/org/team1540/robot2024/Robot.java @@ -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(); }