Skip to content

Commit

Permalink
Back to New England 🪵
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed May 29, 2024
1 parent 1dda4a2 commit 9c894d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ gversion {
classPackage = "org.littletonrobotics.frc2024"
className = "BuildConstants"
dateFormat = "yyyy-MM-dd HH:mm:ss z"
timeZone = "America/Chicago"
timeZone = "America/New_York"
indent = " "
}

Expand Down
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 9c894d5

Please sign in to comment.