There was an error while loading. Please reload this page.
1 parent 03a0000 commit 95fc8c2Copy full SHA for 95fc8c2
1 file changed
src/main/java/frc/robot/config/CANMappings.java
@@ -14,8 +14,8 @@ public class CANMappings {
14
public static final int ALGAE_WHEEL_ID = 13;
15
public static final int ALGAE_ARM_ID = 12;
16
17
- public static final int ELEVATOR_L_ID = 10; // red tape
18
- public static final int ELEVATOR_R_ID = 11;
+ public static final int ELEVATOR_L_ID = 11; // red tape
+ public static final int ELEVATOR_R_ID = 10;
19
20
public static final int CORAL_PIVOT_ID = 16;
21
public static final int CLIMB_PIVOT_ID = 14;
0 commit comments