freitag
This commit is contained in:
@@ -106,7 +106,7 @@ public:
|
||||
return phase_;
|
||||
}
|
||||
|
||||
if (maxTempC >= EMERGENCY_MAX_TEMP_C) {
|
||||
if (maxTempC >= emergencyCutoffForTarget(setpointC_)) {
|
||||
fail(F("autotune: abort — max sensor at emergency limit"));
|
||||
return phase_;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user