Skip to content

Commit

Permalink
missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
JadedHearth committed Feb 28, 2024
1 parent 55361d2 commit 0c20a68
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 @@ -197,7 +197,7 @@ public RobotContainer() {
// the chache of the RoboRIO.
String[] autoNames =
new String[] {
"BlueLClose3", "SimpleStraight", "Spin180" /*, "BlueLMid3", "BlueLClose3Far1"*/
"BlueLClose3", "SimpleStraight", "Spin180", "BiggerTestAuto" /*, "BlueLMid3", "BlueLClose3Far1"*/
};

chooser.setDefaultOption("None", Commands.none());
Expand Down

0 comments on commit 0c20a68

Please sign in to comment.