Skip to content

Commit

Permalink
Bigboi failed to disabled, now disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
acastellar committed Feb 17, 2022
1 parent b36a338 commit d287c0f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package org.firstinspires.ftc.teamcode;

import com.qualcomm.robotcore.eventloop.opmode.Disabled;
import com.qualcomm.robotcore.eventloop.opmode.LinearOpMode;
import com.qualcomm.robotcore.eventloop.opmode.TeleOp;
import com.qualcomm.robotcore.hardware.DcMotor;
Expand All @@ -10,6 +11,7 @@
import java.util.HashMap;

@TeleOp(name = "Main Drive")
@Disabled
public class Bigboi extends LinearOpMode {

//Define togglebind hashmap
Expand Down

0 comments on commit d287c0f

Please sign in to comment.