added space to printing pinda preheat time
This commit is contained in:
parent
12f9afce74
commit
67c3e75a20
|
|
@ -977,6 +977,8 @@ static void lcd_implementation_status_screen()
|
||||||
if (custom_message_state <= PINDA_HEAT_T) {
|
if (custom_message_state <= PINDA_HEAT_T) {
|
||||||
lcd_printPGM(PSTR(": "));
|
lcd_printPGM(PSTR(": "));
|
||||||
lcd.print(custom_message_state); //seconds
|
lcd.print(custom_message_state); //seconds
|
||||||
|
lcd.print(' ');
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue