From 41e7fbaea05733006fd25d5936b8073ab97baba5 Mon Sep 17 00:00:00 2001 From: Bartok9 Date: Sat, 18 Jul 2026 05:06:59 -0400 Subject: [PATCH 1/2] fix(facts): use RPM shortDesc for ESC rotation rate Match common telemetry labeling; units remain implied by value. --- src/Vehicle/FactGroups/EscStatusFactGroup.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Vehicle/FactGroups/EscStatusFactGroup.json b/src/Vehicle/FactGroups/EscStatusFactGroup.json index f5dce5a2e0ed..59cdc081e5a1 100644 --- a/src/Vehicle/FactGroups/EscStatusFactGroup.json +++ b/src/Vehicle/FactGroups/EscStatusFactGroup.json @@ -10,7 +10,7 @@ }, { "name": "rpm", - "shortDesc": "Rotation Per Minute", + "shortDesc": "RPM", "type": "float", "decimalPlaces": 2, "default": null From 339df659c4a62e24e8e7d3770a44aff09151dc94 Mon Sep 17 00:00:00 2001 From: Bartok9 Date: Sat, 18 Jul 2026 07:31:47 -0400 Subject: [PATCH 2/2] ci: retrigger flaky PlanViewLayerUITest (unrelated FactGroup JSON change)