From 41edfe3e75d9370813696a0522daed2b4dd34279 Mon Sep 17 00:00:00 2001 From: GZod01 Date: Sun, 28 Jan 2024 17:31:50 +0100 Subject: [PATCH] hello --- ftc2024-autonome.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftc2024-autonome.java b/ftc2024-autonome.java index 34e769c..013b090 100644 --- a/ftc2024-autonome.java +++ b/ftc2024-autonome.java @@ -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();