Fix shooter

This commit is contained in:
Michael Mikovsky
2026-02-14 14:03:32 -08:00
parent 736d7ef823
commit da6f9b50b5
6 changed files with 61 additions and 61 deletions
@@ -49,6 +49,7 @@ public class LED extends SubsystemBase implements Queryable {
}
}
@AutoLogOutput
public String getMode(){
return mode.name();
}