Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
changes to current limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen756 committed Nov 15, 2023
1 parent 614dbe9 commit 9b7281d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/config/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public class Config {

public static final int INTAKE_MOTOR_ID = 17;
public static final boolean INVERTED_INTAKE = true;
public static final int INTAKE_CURRENT_LIMIT = 10;
public static final int INTAKE_CURRENT_LIMIT = 35;

public static final double SWERVE_STEER_KP = 5.0;
public static final double SWERVE_STEER_KI = 0.0;
Expand Down

0 comments on commit 9b7281d

Please sign in to comment.