From a152a62bfa6768ea464f0a3e899a6e56213ccd02 Mon Sep 17 00:00:00 2001 From: Bartok9 Date: Sat, 18 Jul 2026 05:07:06 -0400 Subject: [PATCH 1/4] fix(facts): use SI capital V for battery voltage units Align with EscStatus and Generator bus voltage unit casing. --- src/Vehicle/FactGroups/BatteryFact.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Vehicle/FactGroups/BatteryFact.json b/src/Vehicle/FactGroups/BatteryFact.json index 1f4899affc32..2f84114a55f4 100644 --- a/src/Vehicle/FactGroups/BatteryFact.json +++ b/src/Vehicle/FactGroups/BatteryFact.json @@ -29,7 +29,7 @@ "shortDesc": "Voltage", "type": "double", "decimalPlaces": 2, - "units": "v" + "units": "V" }, { "name": "percentRemaining", From 4e245b3a6e7a6b62c2559f77c4bf256a936e6ddc Mon Sep 17 00:00:00 2001 From: Bartok9 Date: Sat, 18 Jul 2026 16:28:56 -0400 Subject: [PATCH 2/4] ci: re-trigger after flaky PlanViewLayerUITest From 618b8d1a98e82961fcd8219632e51113513e3f54 Mon Sep 17 00:00:00 2001 From: Bartok9 Date: Sat, 18 Jul 2026 20:24:35 -0400 Subject: [PATCH 3/4] ci: re-trigger Linux integration (PlanViewLayerUITest flake) From 24723f493fd374379fbab4c86a8226d594ddf843 Mon Sep 17 00:00:00 2001 From: Bartok9 Date: Sun, 19 Jul 2026 00:23:26 -0400 Subject: [PATCH 4/4] ci: retrigger flaky PlanViewLayerUITest (PR #14637)