Merge pull request #1189 from iNavFlight/dzikuvx-lc-vbat-scale-fix

Fix LCs VBAT scale
pull/1190/head
Paweł Spychalski 4 years ago committed by GitHub
commit 92354105fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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",

Loading…
Cancel
Save