Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
serial number needs changing
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidan committed Feb 10, 2024
1 parent 55ff610 commit 2cad3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/config/RobotConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public record SwerveConfig(

// TODO: Change this to false during events
public static final boolean IS_DEVELOPMENT = true;
private static final String PRACTICE_BOT_SERIAL_NUMBER = "0322443D";
private static final String PRACTICE_BOT_SERIAL_NUMBER = "0322443D"; //TODO: get serial number
public static final String SERIAL_NUMBER = System.getenv("serialnum");
public static final boolean IS_PRACTICE_BOT =
SERIAL_NUMBER != null && SERIAL_NUMBER.equals(PRACTICE_BOT_SERIAL_NUMBER);
Expand Down

0 comments on commit 2cad3f8

Please sign in to comment.