This commit is contained in:
GZod01 2024-01-28 17:31:50 +01:00
parent 66ab30b499
commit 41edfe3e75

View file

@ -28,7 +28,7 @@ public class ftc2024_autonome extends LinearOpMode {
rm.setDirection(DcMotorSimple.Direction.REVERSE); rm.setDirection(DcMotorSimple.Direction.REVERSE);
telemetry.addData("Status", "Initialized"); telemetry.addData("Status", "Initialized");
telemetry.update(); telemetry.update();
boolean mode = true; boolean mode = false;
// Wait for the game to start (driver presses PLAY) // Wait for the game to start (driver presses PLAY)
waitForStart(); waitForStart();