Use delay() in serial temp report

This commit is contained in:
Scott Lahteine 2018-01-20 14:13:17 -06:00 committed by GitHub
parent 9de8c04945
commit 750cc02b3a
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2154,7 +2154,7 @@ void Temperature::isr() {
SERIAL_PROTOCOLPAIR_P(port, " (", r / OVERSAMPLENR); SERIAL_PROTOCOLPAIR_P(port, " (", r / OVERSAMPLENR);
SERIAL_PROTOCOLCHAR_P(port, ')'); SERIAL_PROTOCOLCHAR_P(port, ')');
#endif #endif
safe_delay(2); delay(2);
} }
void Temperature::print_heaterstates( void Temperature::print_heaterstates(