Skip to content

Commit

Permalink
attached climber
Browse files Browse the repository at this point in the history
  • Loading branch information
SpectrumFRC3847 committed Mar 4, 2025
1 parent f447551 commit 900c743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/configs/PM2025.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public PM2025() {
elbow.setAttached(true);
twist.setAttached(true);
coralIntake.setAttached(true);
inClimb.setAttached(false);
inClimb.setAttached(true);
groundIntake.setAttached(false);
}
}

0 comments on commit 900c743

Please sign in to comment.