Skip to content

Commit

Permalink
changed team number, shortened LED delay
Browse files Browse the repository at this point in the history
- edras
  • Loading branch information
Anhysteretic committed Nov 6, 2024
1 parent 5dfb102 commit 4be4f1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .wpilib/wpilib_preferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"enableCppIntellisense": false,
"currentLanguage": "java",
"projectYear": "2024",
"teamNumber": 9998
"teamNumber": 9983
}
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 4be4f1b

Please sign in to comment.