We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6430933 commit 0c3cfc9Copy full SHA for 0c3cfc9
src/main/java/org/frc6423/robot/Constants.java
@@ -25,6 +25,9 @@ public class Flags {
25
26
/** When true, the robot will enable debug menus and log debug information */
27
@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;
31
}
32
33
/** Constants representing port IDs that devices are connected to */
0 commit comments