Skip to content

Commit

Permalink
Increased elevator current limit again
Browse files Browse the repository at this point in the history
  • Loading branch information
briansemrau committed Mar 23, 2018
1 parent dabf2b7 commit e7754b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public Elevator() {
motor = new WPI_TalonSRX(RobotMap.ELEVATOR_MOTOR);
motor.setInverted(true);
// Prevent motor from stalling too hard
motor.configContinuousCurrentLimit(40, 100);
motor.configContinuousCurrentLimit(60, 100);
motor.enableCurrentLimit(true);

// Use voltage compensation to keep inputs reliable
Expand Down

0 comments on commit e7754b7

Please sign in to comment.