From 09885f7bbaf28122ebb5ed606220bd13a6bd0933 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Thu, 22 Jul 2021 14:39:16 -0400 Subject: [PATCH] Vehicle: SubmarineFact: Fix RangeFinder unit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use 'm' over 'meters' Signed-off-by: Patrick José Pereira --- src/Vehicle/SubmarineFact.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Vehicle/SubmarineFact.json b/src/Vehicle/SubmarineFact.json index 869d338..f21fdca 100644 --- a/src/Vehicle/SubmarineFact.json +++ b/src/Vehicle/SubmarineFact.json @@ -44,7 +44,7 @@ "shortDesc": "Rangefinder", "type": "float", "decimalPlaces": 2, - "units": "meters" + "units": "m" }, { "name": "rollPitchToggle", "shortDesc": "Roll/Pitch Toggle",