dashboard: restore boot screen

This commit is contained in:
2026-06-20 14:34:06 -06:00
parent 4cba41c831
commit fec60b057f
2 changed files with 14 additions and 16 deletions
@@ -2200,9 +2200,7 @@ void setup()
lvgl_port_init(board->getLCD(), board->getTouch());
lvgl_port_lock(-1);
// TEMP DEBUG: bypass blocking Cargo ESP WiFi screen while troubleshooting pages.
create_overland_overview_screen();
overview_screen_created = true;
show_boot_screen();
lvgl_port_unlock();
Serial.println("Dashboard boot screen ready");