We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2fea0d commit d1ef6f4Copy full SHA for d1ef6f4
src/main/java/frc/robot/Constants.java
@@ -10,7 +10,7 @@
10
public class Constants {
11
// Change this temporarily to override the RobotType, e.g. RobotType.ROBOT_SIMBOT
12
private static final RobotType ROBOT_TYPE_OVERRIDE = null;
13
- public static final boolean tuningMode = false;
+ public static final boolean tuningMode = true;
14
15
private static final String ROBOT_FILENAME = "/home/lvuser/robot";
16
private static RobotType cachedRobotTypeFromRoborio = null;
0 commit comments