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 f6c1b2c commit d881c2fCopy full SHA for d881c2f
src/main/java/frc/trigon/robot/constants/LEDConstants.java
@@ -6,7 +6,7 @@
6
import lib.hardware.misc.leds.LEDStripAnimationSettings;
7
8
public class LEDConstants {
9
- public static LEDStripAnimationSettings.BlinkSettings COLLECTION_CONFIRMATION_ANIMATION_SETTINGS = new LEDStripAnimationSettings.BlinkSettings(
+ public static final LEDStripAnimationSettings.BlinkSettings COLLECTION_CONFIRMATION_ANIMATION_SETTINGS = new LEDStripAnimationSettings.BlinkSettings(
10
Color.kGreen,
11
0.5
12
);
0 commit comments