Skip to content

Commit

Permalink
Changed default LED color
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonXDev committed Sep 19, 2023
1 parent 652b712 commit ea1551d
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.orange;
public static final Color kDefault = Color.blue;
}

0 comments on commit ea1551d

Please sign in to comment.