added space to printing pinda preheat time
copied from Pavels github change
This commit is contained in:
parent
0ae4062b6e
commit
5cf759d719
|
|
@ -977,6 +977,7 @@ static void lcd_implementation_status_screen()
|
|||
if (custom_message_state <= PINDA_HEAT_T) {
|
||||
lcd_printPGM(PSTR(": "));
|
||||
lcd.print(custom_message_state); //seconds
|
||||
lcd.print(' ');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue