adjusted shooter for new flywheels

This commit is contained in:
2026-03-21 11:08:57 -04:00
parent 7e02ec1ccc
commit b8c376499b
2 changed files with 15 additions and 11 deletions

View File

@@ -362,7 +362,7 @@ public class RobotContainer {
secondary.setRumble(RumbleType.kBothRumble, 0);
},
() -> false
).withTimeout(5)
).withTimeout(1)
);
}