dashboard: temporarily bypass cargo wifi boot screen

This commit is contained in:
2026-06-18 22:40:15 -06:00
parent f54d752292
commit 05c70cab87
2 changed files with 6 additions and 2 deletions
@@ -1867,7 +1867,11 @@ void setup()
lvgl_port_init(board->getLCD(), board->getTouch());
lvgl_port_lock(-1);
show_boot_screen();
// TEMP DEBUG: bypass blocking Cargo ESP WiFi screen while troubleshooting pages.
lvgl_port_lock(-1);
create_overland_overview_screen();
lvgl_port_unlock();
overview_screen_created = true;
lvgl_port_unlock();
Serial.println("Dashboard boot screen ready");