hello
This commit is contained in:
parent
66ab30b499
commit
41edfe3e75
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ public class ftc2024_autonome extends LinearOpMode {
|
|||
rm.setDirection(DcMotorSimple.Direction.REVERSE);
|
||||
telemetry.addData("Status", "Initialized");
|
||||
telemetry.update();
|
||||
boolean mode = true;
|
||||
boolean mode = false;
|
||||
// Wait for the game to start (driver presses PLAY)
|
||||
waitForStart();
|
||||
|
||||
|
|
Loading…
Reference in a new issue