Clear SHOW_BOOTSCREEN with no LCD
This commit is contained in:
parent
11c589c3ec
commit
c6d430670a
|
@ -307,7 +307,10 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef BOOTSCREEN_TIMEOUT
|
// Boot screens
|
||||||
|
#if DISABLED(ULTRA_LCD)
|
||||||
|
#undef SHOW_BOOTSCREEN
|
||||||
|
#elif !defined(BOOTSCREEN_TIMEOUT)
|
||||||
#define BOOTSCREEN_TIMEOUT 2500
|
#define BOOTSCREEN_TIMEOUT 2500
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue