switched to slow button instead of turbo

This commit is contained in:
UntitledRice 2023-11-16 17:15:43 -06:00
parent 5ba6de512f
commit 7610f97542
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ import org.firstinspires.ftc.teamcode.hardware.Robot;
@TeleOp(name = "Drivebase Only", group = "OpModes")
public class Drivebase extends OpMode {
//turbo mode
public static double normal = 0.5;
public static double turbo = 1;
public static double normal = 1;
public static double turbo = 0.5;
//create robot instance
private Robot robot;
//create controller 1 (driver)