From ad21860b252281705600bbe2a50cb84dda622ebd Mon Sep 17 00:00:00 2001 From: nick Date: Thu, 18 Jun 2026 23:39:35 -0600 Subject: [PATCH] dashboard: hide battery overlay when returning to overview --- firmware/esp32-s3-dashboard/dashboard_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/esp32-s3-dashboard/dashboard_config.h b/firmware/esp32-s3-dashboard/dashboard_config.h index 2db7160..a02f723 100644 --- a/firmware/esp32-s3-dashboard/dashboard_config.h +++ b/firmware/esp32-s3-dashboard/dashboard_config.h @@ -1,6 +1,6 @@ #pragma once -static const char *DASHBOARD_VERSION = "0.1.97-force-overview-repaint"; +static const char *DASHBOARD_VERSION = "0.1.98-fix-overlay-return"; // Update these if your Cargo ESP AP credentials are different. //static const char *CARGO_WIFI_SSID = "OverlandController";