Skip to content

Commit

Permalink
updated controller port
Browse files Browse the repository at this point in the history
  • Loading branch information
Pepps233 committed Feb 4, 2025
1 parent 733b3c8 commit 8744b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class RobotContainer {
private final Drive drive;

// Controller
private final CommandXboxController controller = new CommandXboxController(1);
private final CommandXboxController controller = new CommandXboxController(0);

// Dashboard inputs
private final LoggedDashboardChooser<Command> autoChooser;
Expand Down

0 comments on commit 8744b7e

Please sign in to comment.