Skip to content

Commit 8f60a59

Browse files
committed
Merge branch 'AutoDev' of https://github.com/FRC1257/2024-Robot into AutoDev
2 parents 055662c + 04279d0 commit 8f60a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/frc/robot/Constants.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919
public final class Constants {
2020

21-
public static final Mode mode = Mode.SIM;
21+
public static final Mode mode = Mode.REAL;
2222
public static final Drivers driver = Drivers.MAUI;
2323
public static final Operators operator = Operators.ERICK;
2424

0 commit comments

Comments
 (0)