Skip to content

Commit 0c3cfc9

Browse files
committed
feat: create tune mode flag
Signed-off-by: Dasun Abeykoon <[email protected]>
1 parent 6430933 commit 0c3cfc9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/org/frc6423/robot/Constants.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ public class Flags {
2525

2626
/** When true, the robot will enable debug menus and log debug information */
2727
@Deprecated public static final boolean debugMode = false;
28+
29+
/** When true, tunable entries will be added to NT for subsystems */
30+
public static final boolean TUNE_MODE = true;
2831
}
2932

3033
/** Constants representing port IDs that devices are connected to */

0 commit comments

Comments
 (0)