Fix SD autostart with no LCD
This commit is contained in:
parent
8bce5370c7
commit
1933d5d6fb
1 changed files with 4 additions and 0 deletions
|
@ -909,6 +909,10 @@ void setup() {
|
||||||
#if ENABLED(EXTERNAL_CLOSED_LOOP_CONTROLLER)
|
#if ENABLED(EXTERNAL_CLOSED_LOOP_CONTROLLER)
|
||||||
init_closedloop();
|
init_closedloop();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(SDSUPPORT) && DISABLED(ULTRA_LCD)
|
||||||
|
card.beginautostart();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Reference in a new issue