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
@@ -1,6 +1,6 @@
#pragma once #pragma once
static const char *DASHBOARD_VERSION = "0.1.86-battery-nav-screen-hitbox"; static const char *DASHBOARD_VERSION = "0.1.87-temp-wifi-screen-bypass";
// Update these if your Cargo ESP AP credentials are different. // Update these if your Cargo ESP AP credentials are different.
static const char *CARGO_WIFI_SSID = "OverlandController"; static const char *CARGO_WIFI_SSID = "OverlandController";
@@ -1867,7 +1867,11 @@ void setup()
lvgl_port_init(board->getLCD(), board->getTouch()); lvgl_port_init(board->getLCD(), board->getTouch());
lvgl_port_lock(-1); 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(); lvgl_port_unlock();
Serial.println("Dashboard boot screen ready"); Serial.println("Dashboard boot screen ready");