Skip to content

Commit

Permalink
increased rev time
Browse files Browse the repository at this point in the history
  • Loading branch information
PGgit08 committed Apr 6, 2024
1 parent bb1d26b commit eebb3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/subsystems/ShooterSubsystem.java
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public double speakerAngle() {

/** Returns whether the shooter (motor) is revved up (if enough time has elapsed). */
public boolean isRevved() {
return _revTimer.hasElapsed(0.75);
return _revTimer.hasElapsed(1.5);
}

/**
Expand Down

0 comments on commit eebb3c4

Please sign in to comment.