Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
BrownGenius committed Mar 25, 2024
1 parent 49db57f commit 7207123
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/frc/robot/subsystems/led/LedSystem.java
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ public Command getNoteDetectionCommand() {
}

new InstantCommand(() -> setColor(255, 105, 180));

// Turn LED White
commandGroup.addCommands(new InstantCommand(() -> setColor(255, 255, 255)));

Expand Down

0 comments on commit 7207123

Please sign in to comment.