Fix SD autostart with no LCD
This commit is contained in:
parent
8bce5370c7
commit
1933d5d6fb
@ -909,6 +909,10 @@ void setup() {
|
||||
#if ENABLED(EXTERNAL_CLOSED_LOOP_CONTROLLER)
|
||||
init_closedloop();
|
||||
#endif
|
||||
|
||||
#if ENABLED(SDSUPPORT) && DISABLED(ULTRA_LCD)
|
||||
card.beginautostart();
|
||||
#endif
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user