Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Commit

Permalink
Turn off arm debug by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Omegabytes-Programmers committed Mar 17, 2023
1 parent fda27ce commit 2d72491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/subsystems/ArmSubsystem.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

public class ArmSubsystem extends SubsystemBase {
// Controls whether or not to update SmartDashboard
private boolean armDebug = true;
private boolean armDebug = false;

// Controls whether or not to move arm to manual positions
private boolean armDirectDebug = false;
Expand Down

0 comments on commit 2d72491

Please sign in to comment.