Skip to content

Commit

Permalink
Disable pride by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Apr 13, 2024
1 parent 70f3691 commit 92b55a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public static Leds getInstance() {
private final Notifier loadingNotifier;

// Constants
private static final boolean prideLeds = true;
private static final boolean prideLeds = false;
private static final int minLoopCycleCount = 10;
private static final int length = 12;
private static final double strobeDuration = 0.1;
Expand Down

0 comments on commit 92b55a2

Please sign in to comment.