Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
fc86213a
Commit
fc86213a
authored
Apr 30, 2018
by
Jacob Walser
Browse files
BatteryFact: change temperature to double type to support units translations
parent
ab9e52ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Vehicle/BatteryFact.json
View file @
fc86213a
...
...
@@ -30,8 +30,8 @@
{
"name"
:
"temperature"
,
"shortDescription"
:
"Temperature"
,
"type"
:
"
int32
"
,
"decimalPlaces"
:
2
,
"type"
:
"
double
"
,
"decimalPlaces"
:
0
,
"units"
:
"C"
},
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment