Skip to content

Commit d1ef6f4

Browse files
committed
turn on tuning
1 parent d2fea0d commit d1ef6f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
public class Constants {
1111
// Change this temporarily to override the RobotType, e.g. RobotType.ROBOT_SIMBOT
1212
private static final RobotType ROBOT_TYPE_OVERRIDE = null;
13-
public static final boolean tuningMode = false;
13+
public static final boolean tuningMode = true;
1414

1515
private static final String ROBOT_FILENAME = "/home/lvuser/robot";
1616
private static RobotType cachedRobotTypeFromRoborio = null;

0 commit comments

Comments
 (0)