Browse Source

BatteryFact: change temperature to double type to support units translations

QGC4.4
Jacob Walser 7 years ago
parent
commit
fc86213a52
  1. 4
      src/Vehicle/BatteryFact.json

4
src/Vehicle/BatteryFact.json

@ -30,8 +30,8 @@ @@ -30,8 +30,8 @@
{
"name": "temperature",
"shortDescription": "Temperature",
"type": "int32",
"decimalPlaces": 2,
"type": "double",
"decimalPlaces": 0,
"units": "C"
},
{

Loading…
Cancel
Save