Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…temis into ArnavBranch
  • Loading branch information
Dark-IsHere committed Feb 5, 2024
2 parents 7c28149 + 1d83daf commit 90b7844
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/java/frc/robot/subsystems/ArnavIntake.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@ public void setSpeed(IntakeStates state) {

@Override
public void periodic() {
SmartDashboard.putString("Intake state", state);
if (state != null)
SmartDashboard.putString("Intake state", state);

// SmartDashboard.putString("Intake state", state);
}

@Override
Expand Down

0 comments on commit 90b7844

Please sign in to comment.