mirror of
https://github.com/Team4388/2025RidgeScape.git
synced 2026-06-09 00:38:02 -06:00
Make everything use our Subsystem class, improve LED controller
This commit is contained in:
@@ -423,7 +423,7 @@ public class SwerveDrive extends Subsystem {
|
||||
public Status diagnosticStatus() {
|
||||
Status status = new Status();
|
||||
|
||||
status.addReport(ReportLevel.ERROR,
|
||||
status.addReport(ReportLevel.INFO,
|
||||
"Don't know how to diganose new CTRE swerve systems. please check under the CAN(t) section for more detailed information about the swerves there.");
|
||||
|
||||
return status;
|
||||
|
||||
Reference in New Issue
Block a user