Fix SD autostart with no LCD
This commit is contained in:
parent
39be096575
commit
5af3575c48
1 changed files with 4 additions and 0 deletions
|
|
@ -15268,6 +15268,10 @@ void setup() {
|
||||||
enable_C();
|
enable_C();
|
||||||
enable_D();
|
enable_D();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(SDSUPPORT) && DISABLED(ULTRA_LCD)
|
||||||
|
card.beginautostart();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue