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
1ffd1ab2
Commit
1ffd1ab2
authored
Apr 07, 2021
by
Pawel Spychalski (DzikuVx)
Browse files
Add rangefinder distance to OSD
parent
6c8322ac
Changes
2
Show whitespace changes
Inline
Side-by-side
_locales/en/messages.json
View file @
1ffd1ab2
...
...
@@ -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 @
1ffd1ab2
...
...
@@ -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