Skip to content

Commit

Permalink
Changed default LED color to red
Browse files Browse the repository at this point in the history
  • Loading branch information
gxu0904 committed Sep 21, 2023
1 parent 3c7f64b commit 7e4bb8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/led/LEDConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ public class LEDConstants {
public static final Color kLockSwerve = Color.green;
public static final Color kSuccess = Color.green;
public static final Color kError = Color.red;
public static final Color kDefault = Color.green;
public static final Color kDefault = Color.red;
}

0 comments on commit 7e4bb8a

Please sign in to comment.