added space to printing pinda preheat time

This commit is contained in:
PavelSindler 2017-05-18 20:06:31 +02:00
parent 12f9afce74
commit 67c3e75a20

View file

@ -977,6 +977,8 @@ static void lcd_implementation_status_screen()
if (custom_message_state <= PINDA_HEAT_T) {
lcd_printPGM(PSTR(": "));
lcd.print(custom_message_state); //seconds
lcd.print(' ');
}
}