Skip to content

Commit

Permalink
created brushes preference
Browse files Browse the repository at this point in the history
  • Loading branch information
Serena1528 authored Feb 26, 2024
1 parent c33372b commit 285aa0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/frc/robot/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ public class RobotContainer {
/** The container for the robot. Contains subsystems, OI devices, and commands. */
public RobotContainer() {
//preferences are initialized IF they don't already exist on the Rio
Preferences.initBoolean("Brushes", false);
Preferences.setBoolean("Brushes", false);
Preferences.initBoolean("Intake", false);
Preferences.initBoolean("Climber", false);
Expand Down

0 comments on commit 285aa0a

Please sign in to comment.