Skip to content

Commit

Permalink
Somewhat address LED
Browse files Browse the repository at this point in the history
- by edras
  • Loading branch information
Anhysteretic committed Nov 6, 2024
1 parent 21f08bc commit cc48390
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 @@ -41,7 +41,7 @@ deploy {
jvmArgs.add("-XX:+UseSerialGC")
jvmArgs.add("-XX:MaxGCPauseMillis=50")
jvmArgs.add("-XX:+AlwaysPreTouch")// Pre-touch memory pages used by the JVM during initialization
}d
}

// Static files artifact
frcStaticFileDeploy(getArtifactTypeClass('FileTreeArtifact')) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public void periodic() {
msCount = 0;
}

if(msCount < 3000){
if(msCount < 1000){
//green
msCount += 20;
io.setColor("green");
Expand Down

0 comments on commit cc48390

Please sign in to comment.