Ensure welcome message

This commit is contained in:
Scott Lahteine 2020-03-09 18:19:37 -05:00
parent b5530775c9
commit 972d1bf5b4

View file

@ -978,15 +978,12 @@ void setup() {
#endif
SETUP_RUN(ui.init());
SETUP_RUN(ui.reset_status()); // Load welcome message early. (Retained if no errors exist.)
#if HAS_SPI_LCD && ENABLED(SHOW_BOOTSCREEN)
SETUP_RUN(ui.show_bootscreen());
#endif
#if !HAS_SERVICE_INTERVALS
SETUP_RUN(ui.reset_status()); // Load welcome message early. (Retained if no errors exist.)
#endif
#if ENABLED(SDSUPPORT)
SETUP_RUN(card.mount()); // Mount the SD card before settings.first_load
#endif