More reliable temperature serial output?

This commit is contained in:
Scott Lahteine 2018-01-15 00:32:28 -06:00
parent 758d9db964
commit 5129eb1d43

View File

@ -2200,6 +2200,7 @@ void Temperature::isr() {
SERIAL_PROTOCOLPAIR(" (", r / OVERSAMPLENR);
SERIAL_PROTOCOLCHAR(')');
#endif
safe_delay(2);
}
extern uint8_t target_extruder;