Skip to content
Snippets Groups Projects
Commit 1933d5d6 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Fix SD autostart with no LCD

parent 8bce5370
No related branches found
No related tags found
No related merge requests found
......@@ -909,6 +909,10 @@ void setup() {
#if ENABLED(EXTERNAL_CLOSED_LOOP_CONTROLLER)
init_closedloop();
#endif
#if ENABLED(SDSUPPORT) && DISABLED(ULTRA_LCD)
card.beginautostart();
#endif
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment