Skip to content

Commit

Permalink
modify jettison binding
Browse files Browse the repository at this point in the history
  • Loading branch information
LeanMeanBeanMachine4774 committed Jun 21, 2024
1 parent e498a80 commit 8afbdcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robot.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def teleopPeriodic(self) -> None:
self.chassis.reset_odometry()

# Reverse intake and shoot shooter
if self.gamepad.getBackButton():
if self.gamepad.getStartButton():
self.note_manager.jettison()

# Intake
Expand Down

0 comments on commit 8afbdcf

Please sign in to comment.