[1.1.x] Fix autostart w/out SD_DETECT_PIN (#15667)
This commit is contained in:
parent
8c9318c5a3
commit
bfa578f0d4
1 changed files with 1 additions and 1 deletions
|
|
@ -15453,7 +15453,7 @@ void setup() {
|
||||||
enable_D();
|
enable_D();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT) && DISABLED(ULTRA_LCD)
|
#if ENABLED(SDSUPPORT) && !(ENABLED(ULTRA_LCD) && PIN_EXISTS(SD_DETECT))
|
||||||
card.beginautostart();
|
card.beginautostart();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue