|
|
|
@ -785,9 +785,10 @@
|
|
|
|
|
if (ubl_lcd_clicked()) return exit_from_g26();
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
if (PENDING(millis(), next)) {
|
|
|
|
|
if (ELAPSED(millis(), next)) {
|
|
|
|
|
next = millis() + 5000UL;
|
|
|
|
|
print_heaterstates();
|
|
|
|
|
SERIAL_EOL();
|
|
|
|
|
}
|
|
|
|
|
idle();
|
|
|
|
|
}
|
|
|
|
@ -806,9 +807,10 @@
|
|
|
|
|
if (ubl_lcd_clicked()) return exit_from_g26();
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
if (PENDING(millis(), next)) {
|
|
|
|
|
if (ELAPSED(millis(), next)) {
|
|
|
|
|
next = millis() + 5000UL;
|
|
|
|
|
print_heaterstates();
|
|
|
|
|
SERIAL_EOL();
|
|
|
|
|
}
|
|
|
|
|
idle();
|
|
|
|
|
}
|
|
|
|
|