Skip to content

Commit

Permalink
Add new auto to chooser
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-phelps committed Jul 15, 2021
1 parent 7baf45a commit 1d1edd7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ private void configureDashboard(){
m_AutoChooser.setDefaultOption("None", null);
m_AutoChooser.addOption("OLD - AutoSequentialShooter", m_SequentialShooter); //Don't know if this works
m_AutoChooser.addOption("OLD - FailSafeAutoBackwards", m_FailSafeBackward); //Don't know if this works
m_AutoChooser.addOption("NEW - ShootTenBackup", m_ShootThenBackup);

/* Removing so we don't accidently select during competition.
m_AutoChooser.addOption("Slalom", m_SlalomAuto);
Expand Down

0 comments on commit 1d1edd7

Please sign in to comment.