works
This commit is contained in:
parent
0970dbcdf3
commit
0868907359
1 changed files with 1 additions and 0 deletions
|
|
@ -4943,6 +4943,7 @@ void lcd_update() {
|
||||||
if (sd_status != lcd_sd_status && lcd_detected()) {
|
if (sd_status != lcd_sd_status && lcd_detected()) {
|
||||||
|
|
||||||
if (sd_status) {
|
if (sd_status) {
|
||||||
|
safe_delay(1000); // some boards need a delay or the LCD won't show the new status
|
||||||
card.initsd();
|
card.initsd();
|
||||||
if (lcd_sd_status != 2) LCD_MESSAGEPGM(MSG_SD_INSERTED);
|
if (lcd_sd_status != 2) LCD_MESSAGEPGM(MSG_SD_INSERTED);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue