Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
back to auto
Browse files Browse the repository at this point in the history
  • Loading branch information
cowsed committed Mar 9, 2024
1 parent 4b144b1 commit a2d5d68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/competition/autonomous.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ void autonomous() {
while (imu.isCalibrating()) {
vexDelay(1);
}
// just_auto();
jideways_skills();
just_auto();
// jideways_skills();
}
AutoCommand *intake_cmd(double amt = 8.0) {
return new FunctionCommand([=]() {
Expand Down

0 comments on commit a2d5d68

Please sign in to comment.