Removed !!!. Stupid arduino bootloader can't handle this.
This commit is contained in:
parent
61e09e6be2
commit
15ad923310
|
@ -206,7 +206,7 @@ void PID_autotune(float temp)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(input > (temp + 20)) {
|
if(input > (temp + 20)) {
|
||||||
SERIAL_PROTOCOLLNPGM("PID Autotune failed !!!, Temperature to high");
|
SERIAL_PROTOCOLLNPGM("PID Autotune failed !, Temperature to high");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if(millis() - temp_millis > 2000) {
|
if(millis() - temp_millis > 2000) {
|
||||||
|
|
Loading…
Reference in a new issue