Skip to content

Commit f3d6cae

Browse files
committed
Update at 'Wed May 21 20:33:32 EDT 2025'
1 parent 5ad6eee commit f3d6cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/frc/robot/subsystems/shooter/Shooter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public Command stopInstant() {
3333
}
3434

3535
public Command intake() {
36-
return this.run(() -> m_io.setSpeed(0.05)).withName("Intake");
36+
return this.run(() -> m_io.setSpeed(0.1)).withName("Intake");
3737
}
3838

3939
@Override

0 commit comments

Comments
 (0)