dashboard: temporarily bypass cargo wifi boot screen
This commit is contained in:
@@ -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