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

Commit 95fc8c2

Browse files
committed
elevator changes
1 parent 03a0000 commit 95fc8c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/frc/robot/config/CANMappings.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ public class CANMappings {
1414
public static final int ALGAE_WHEEL_ID = 13;
1515
public static final int ALGAE_ARM_ID = 12;
1616

17-
public static final int ELEVATOR_L_ID = 10; // red tape
18-
public static final int ELEVATOR_R_ID = 11;
17+
public static final int ELEVATOR_L_ID = 11; // red tape
18+
public static final int ELEVATOR_R_ID = 10;
1919

2020
public static final int CORAL_PIVOT_ID = 16;
2121
public static final int CLIMB_PIVOT_ID = 14;

0 commit comments

Comments
 (0)