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
@@ -128,7 +128,7 @@ public static void doReportSparkMaxTemp() {
128
128
}
129
129
}
130
130
131
-
// 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
131
+
// 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
132
132
if(numTrips >= kOverheatTripCount) {
133
133
if(numTrips < kOverheatTripCount + 1) {
134
134
// Set trip count to kOverheatTripCount + 1 to flag that an error message has already been printed
0 commit comments