Explorar el Código

added space to printing pinda preheat time

PavelSindler hace 8 años
padre
commit
67c3e75a20
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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(' ');
+					
 				}
 			}