You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -114,7 +114,7 @@ public static void doReportSparkMaxTemp() {
114
114
temperatureSparks.forEach((port, spark) -> {
115
115
doubletemp = spark.getMotorTemperature();
116
116
SmartDashboard.putNumber("Port " + port + " Spark Max Temp", temp);
117
-
// Check if temperature exceeds the setpoint or if the contoller has already overheated to prevent other code from resetting the current limit after the controller has cooled
117
+
// Check if temperature exceeds the setpoint or if the controller has already overheated to prevent other code from resetting the current limit after the controller has cooled
0 commit comments