From 60f8f3e13eefd9284a11fee19284260b0d10f810 Mon Sep 17 00:00:00 2001 From: samuel desharnais Date: Thu, 18 Jan 2024 19:40:34 -0500 Subject: [PATCH] constants --- src/main/java/frc/robot/Constants.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/java/frc/robot/Constants.java b/src/main/java/frc/robot/Constants.java index cd23735..2e5dbfb 100644 --- a/src/main/java/frc/robot/Constants.java +++ b/src/main/java/frc/robot/Constants.java @@ -8,7 +8,8 @@ package frc.robot; public class Constants { //moteur public static int lanceur = 1; - public static int roue = 2; - public static int etoile = 3; + public static int lancer2 = 2; + public static int roue = 3; + public static int etoile = 4; }