Skip to content

Commit e2f0524

Browse files
committed
Update at 'Fri May 30 19:10:08 EDT 2025'
1 parent 0596d83 commit e2f0524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/frc/robot/subsystems/algae/AlgaeIOTalonFX.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public AlgaeIOTalonFX() {
3939

4040
shootMotorConfig.MotorOutput.Inverted = InvertedValue.Clockwise_Positive;
4141
shootMotorConfig.MotorOutput.NeutralMode = NeutralModeValue.Brake;
42-
shootMotorConfig.CurrentLimits.SupplyCurrentLimit = 40.0;
42+
shootMotorConfig.CurrentLimits.SupplyCurrentLimit = 60.0;
4343
shootMotorConfig.CurrentLimits.SupplyCurrentLimitEnable = true;
4444

4545
// in init function, set slot 0 gains

0 commit comments

Comments
 (0)