We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2ee4eb commit 9694a68Copy full SHA for 9694a68
src/main/java/frc/robot/status/commands/XBoxButtonCommand.java
@@ -9,7 +9,7 @@ public class XBoxButtonCommand extends CommandBase{
9
private Status status;
10
private Color color;
11
private int brightness = 200;
12
- private int percent = 75;
+ private int percent = 50;
13
14
public XBoxButtonCommand(int button) {
15
status = Status.getInstance();
0 commit comments