From 182e5a852d5ca6a5e9c5bc979de6822fc5349154 Mon Sep 17 00:00:00 2001 From: nick Date: Fri, 19 Jun 2026 00:01:19 -0600 Subject: [PATCH] dashboard: use overlay close path 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 34f8f24..aa91a1f 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.102-keep-overview-data-on-return"; +static const char *DASHBOARD_VERSION = "0.1.103-real-overlay-return-path"; // Update these if your Cargo ESP AP credentials are different. //static const char *CARGO_WIFI_SSID = "OverlandController";