Selaa lähdekoodia

added space to printing pinda preheat time

PavelSindler 8 vuotta sitten
vanhempi
commit
67c3e75a20
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      Firmware/ultralcd_implementation_hitachi_HD44780.h

+ 2 - 0
Firmware/ultralcd_implementation_hitachi_HD44780.h

@@ -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(' ');
+					
 				}
 			}