diff --git a/firmware/esp32-s3-dashboard/dashboard_config.h b/firmware/esp32-s3-dashboard/dashboard_config.h index 16efb9a..486dd41 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.62-white-vehicle-icons"; +static const char *DASHBOARD_VERSION = "0.1.63-raise-temp-icon"; // 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 2d03ac1..a233e2d 100644 --- a/firmware/esp32-s3-dashboard/esp32-s3-dashboard.ino +++ b/firmware/esp32-s3-dashboard/esp32-s3-dashboard.ino @@ -1255,7 +1255,7 @@ static void create_overland_overview_screen() lv_obj_set_style_img_recolor(coolant_icon, lv_color_white(), 0); lv_obj_set_style_img_recolor_opa(coolant_icon, LV_OPA_COVER, 0); lv_img_set_zoom(coolant_icon, 100); - lv_obj_align(coolant_icon, LV_ALIGN_TOP_MID, 0, 150); + lv_obj_align(coolant_icon, LV_ALIGN_TOP_MID, 0, 110); #if LV_USE_METER vehicle_coolant_meter = lv_meter_create(vehicle_card);