Skip to content

Commit

Permalink
Renamed auto chooser
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinskycastle committed Jan 18, 2025
1 parent d31a015 commit db078a0
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 @@ -101,7 +101,7 @@ private void initializeSubSystems() {
}

private void initAutoChooser() {
SmartDashboard.putData("Auto Mode", m_chooser);
SmartDashboard.putData("Auto Chooser", m_chooser);

m_chooser.addOption("Do Nothing", new WaitCommand(0));

Expand Down

0 comments on commit db078a0

Please sign in to comment.