Bob-the-Kuhn 7 years ago
parent
commit
f72b0a7b04
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/src/lcd/ultralcd.cpp

+ 1
- 0
Marlin/src/lcd/ultralcd.cpp View File

@@ -4750,6 +4750,7 @@ void lcd_update() {
4750 4750
     if (sd_status != lcd_sd_status && lcd_detected()) {
4751 4751
 
4752 4752
       if (sd_status) {
4753
+        safe_delay(1000); // some boards need a delay or the LCD won't show the new status
4753 4754
         card.initsd();
4754 4755
         if (lcd_sd_status != 2) LCD_MESSAGEPGM(MSG_SD_INSERTED);
4755 4756
       }

Loading…
Cancel
Save