Skip to content

Commit

Permalink
Merge branch 'main' into intake-ls
Browse files Browse the repository at this point in the history
  • Loading branch information
quackitsquinn authored Mar 12, 2024
2 parents eb2a2f7 + f0d522f commit d654ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public static class MailboxBelts {
public static final double BELT_MOTOR_SPEED = 1;

/** Inversion state of the upper belt motor. */
public static final boolean UPPER_BELT_MOTOR_INVERTED = false;
public static final boolean UPPER_BELT_MOTOR_INVERTED = true;

/** Inversion state of the belts follower motor. */
public static final boolean BELTS_FOLLOWER_INVERSE_STATE = false;
Expand Down

0 comments on commit d654ed0

Please sign in to comment.