From fa6e85ca168ba6dd1f12030bf7296f8dfedff50f Mon Sep 17 00:00:00 2001 From: Bartok9 Date: Fri, 17 Jul 2026 05:10:42 -0400 Subject: [PATCH] fix(facts): use vertical m for distance-sensor up/down ranges Pitch-up and pitch-down rangefinder distances are vertical axis lengths. Tagging them as plain "m" makes Vertical Distance units settings skip them. --- src/Vehicle/FactGroups/DistanceSensorFact.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Vehicle/FactGroups/DistanceSensorFact.json b/src/Vehicle/FactGroups/DistanceSensorFact.json index 40b2cad328ce..9f045186ae01 100644 --- a/src/Vehicle/FactGroups/DistanceSensorFact.json +++ b/src/Vehicle/FactGroups/DistanceSensorFact.json @@ -73,7 +73,7 @@ "type": "double", "default": null, "decimalPlaces": 2, - "units": "m" + "units": "vertical m" }, { "name": "rotationPitch270", @@ -81,7 +81,7 @@ "type": "double", "default": null, "decimalPlaces": 2, - "units": "m" + "units": "vertical m" }, { "name": "minDistance",