From fa5a38f060fe4373d09bc948c14ef7506a4740af Mon Sep 17 00:00:00 2001 From: "Pawel Spychalski (DzikuVx)" Date: Fri, 5 Mar 2021 10:05:02 +0100 Subject: [PATCH] Fix LCs VBAT scale --- js/fc.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/fc.js b/js/fc.js index a71d645d..30021861 100644 --- a/js/fc.js +++ b/js/fc.js @@ -1244,8 +1244,8 @@ var FC = { 1: "Home distance [m]", 2: "Trip distance [m]", 3: "RSSI", - 4: "Vbat [deci-Volt] [1V = 10]", - 5: "Cell voltage [deci-Volt] [1V = 10]", + 4: "Vbat [centi-Volt] [1V = 100]", + 5: "Cell voltage [centi-Volt] [1V = 100]", 6: "Current [centi-Amp] [1A = 100]", 7: "Current drawn [mAh]", 8: "GPS Sats",