Fix freezing and MINTEMP Error with MAX31855 thermocouple

This commit is contained in:
esenapaj
2016-10-13 16:03:20 +09:00
parent ca7275a67a
commit 385bd8a4a3
2 changed files with 8 additions and 9 deletions

View File

@@ -9737,7 +9737,9 @@ void setup() {
safe_delay(BOOTSCREEN_TIMEOUT);
#elif ENABLED(ULTRA_LCD)
bootscreen();
lcd_init();
#if DISABLED(SDSUPPORT)
lcd_init();
#endif
#endif
#endif