Removed !!!. Stupid arduino bootloader can't handle this.

master
Erik van der Zalm 13 years ago
parent 61e09e6be2
commit 15ad923310

@ -206,7 +206,7 @@ void PID_autotune(float temp)
}
}
if(input > (temp + 20)) {
SERIAL_PROTOCOLLNPGM("PID Autotune failed !!!, Temperature to high");
SERIAL_PROTOCOLLNPGM("PID Autotune failed !, Temperature to high");
return;
}
if(millis() - temp_millis > 2000) {

Loading…
Cancel
Save