From 46d85e10421a51fc827ee562c7da6d19d3ea7d5f Mon Sep 17 00:00:00 2001 From: nick Date: Fri, 19 Jun 2026 01:01:30 -0600 Subject: [PATCH] dashboard: match overview MAIN label styling to battery page --- 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 e4032c5..85cdfa1 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.111-battery-back-hint-tile"; +static const char *DASHBOARD_VERSION = "0.1.112-main-label-match"; // Update these if your Cargo ESP AP credentials are different. //static const char *CARGO_WIFI_SSID = "OverlandController";