Skip to content
This repository was archived by the owner on Jul 28, 2026. It is now read-only.

Commit 03a0000

Browse files
committed
elevator changes
1 parent 2386a84 commit 03a0000

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/frc/robot/subsystems/Elevator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public Elevator() {
4141
elevator.configure(
4242
new SparkFlexConfig()
4343
.smartCurrentLimit(ElevatorConfig.ELEVATOR_CURRENT_LIMIT)
44-
.idleMode(ElevatorConfig.ELEVATOR_IDLE_MODE)
44+
.idleMode(ElevatorConfig.ELEVATOR_IDLE_MODE).inverted(false)
4545
.apply(
4646
new EncoderConfig()
4747
.positionConversionFactor(ElevatorConfig.ENCODER_POSITION_CONVERSION_FACTOR)

0 commit comments

Comments
 (0)