From 2166f2879411458ed99e4ad10f713b91e1abb3a2 Mon Sep 17 00:00:00 2001 From: nick Date: Mon, 15 Jun 2026 21:31:32 -0600 Subject: [PATCH] dashboard: replace top wifi indicator with api status led --- firmware/esp32-s3-dashboard/dashboard_config.h | 2 +- firmware/esp32-s3-dashboard/esp32-s3-dashboard.ino | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/esp32-s3-dashboard/dashboard_config.h b/firmware/esp32-s3-dashboard/dashboard_config.h index f97282b..22bc44c 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.75-hidden-diagnostics"; +static const char *DASHBOARD_VERSION = "0.1.76-api-led-left"; // Update these if your Cargo ESP AP credentials are different. static const char *CARGO_WIFI_SSID = "OverlandController"; diff --git a/firmware/esp32-s3-dashboard/esp32-s3-dashboard.ino b/firmware/esp32-s3-dashboard/esp32-s3-dashboard.ino index 4a1aee7..1fc0e98 100644 --- a/firmware/esp32-s3-dashboard/esp32-s3-dashboard.ino +++ b/firmware/esp32-s3-dashboard/esp32-s3-dashboard.ino @@ -1618,7 +1618,7 @@ static void create_overland_overview_screen() lv_obj_set_style_radius(cargo_status_dot, LV_RADIUS_CIRCLE, 0); lv_obj_set_style_bg_color(cargo_status_dot, lv_color_hex(0xF97066), 0); lv_obj_set_style_border_width(cargo_status_dot, 0, 0); - lv_obj_align(cargo_status_dot, LV_ALIGN_LEFT_MID, 98, 0); + lv_obj_align(cargo_status_dot, LV_ALIGN_LEFT_MID, 24, 0); system_status_label = lv_label_create(system_card); lv_label_set_text(system_status_label, "");