First tinkering iteration, missing some stuff
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package frc.robot.constants;
|
||||
|
||||
public class CompetitionConstants {
|
||||
// THIS SHOULD BE FALSE DURING COMPETITION PLAY
|
||||
public static final boolean logToNetworkTables = true;
|
||||
}
|
||||
Reference in New Issue
Block a user