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

This commit is contained in:
Erik van der Zalm 2012-03-09 17:42:32 +01:00
parent 61e09e6be2
commit 15ad923310

View file

@ -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) {