dashboard: temporarily bypass cargo wifi boot screen
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#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.
|
||||
static const char *CARGO_WIFI_SSID = "OverlandController";
|
||||
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user