Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
deltaflight
Delta Configurator
Commits
6bdd8f88
Unverified
Commit
6bdd8f88
authored
Apr 13, 2021
by
Paweł Spychalski
Committed by
GitHub
Apr 13, 2021
Browse files
Merge pull request #1224 from iNavFlight/dzikuvx-rangefinder-distance
Add rangefinder distance to OSD
parents
d09173ff
1ffd1ab2
Changes
2
Hide whitespace changes
Inline
Side-by-side
_locales/en/messages.json
View file @
6bdd8f88
...
...
@@ -3082,6 +3082,9 @@
"osdSettingMainVoltageDecimals"
:
{
"message"
:
"Main voltage decimals"
},
"osdElement_OSD_RANGEFINDER"
:
{
"message"
:
"Rangefinder distance"
},
"osdSettingPLUS_CODE_DIGITS_HELP"
:
{
"message"
:
"Precision at the equator: 10=13.9x13.9m; 11=2.8x3.5m; 12=56x87cm; 13=11x22cm."
},
...
...
tabs/osd.js
View file @
6bdd8f88
...
...
@@ -963,6 +963,11 @@ OSD.constants = {
}
return
FONT
.
embed_dot
(
'
-0.5
'
)
+
FONT
.
symbol
(
SYM
.
M_S
);
}
},
{
name
:
'
OSD_RANGEFINDER
'
,
id
:
120
,
preview
:
"
2
"
+
FONT
.
symbol
(
SYM
.
DIST_KM
)
}
]
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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