Fix SD autostart with no LCD
This commit is contained in:
parent
39be096575
commit
5af3575c48
@ -15268,6 +15268,10 @@ void setup() {
|
||||
enable_C();
|
||||
enable_D();
|
||||
#endif
|
||||
|
||||
#if ENABLED(SDSUPPORT) && DISABLED(ULTRA_LCD)
|
||||
card.beginautostart();
|
||||
#endif
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user