More reliable temperature serial report?
This commit is contained in:
parent
3ae41e5f7f
commit
a408209d24
1 changed files with 1 additions and 0 deletions
|
@ -2154,6 +2154,7 @@ void Temperature::isr() {
|
|||
SERIAL_PROTOCOLPAIR_P(port, " (", r / OVERSAMPLENR);
|
||||
SERIAL_PROTOCOLCHAR_P(port, ')');
|
||||
#endif
|
||||
safe_delay(2);
|
||||
}
|
||||
|
||||
void Temperature::print_heaterstates(
|
||||
|
|
Reference in a new issue