Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichel Pastor <shellixyz@users.noreply.github.com>2019-05-25 01:43:52 +0300
committerGitHub <noreply@github.com>2019-05-25 01:43:52 +0300
commit65f918e1edf9f0536d1690e36144633d0a9f82f8 (patch)
tree7652f1d04c90d3a55659681ddef08cae43579753 /_locales
parent2cf8f40a5234a9cb2cb78500c72d0b9b34b50520 (diff)
OSD: Add RC source and VTX power elements (#777)
Diffstat (limited to '_locales')
-rwxr-xr-x_locales/en/messages.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index 5501afda..8988068f 100755
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -2647,6 +2647,18 @@
"osdElement_RTC_TIME_HELP": {
"message": "Shows the current time, as retrieved from the GPS or set via the radio."
},
+ "osdElement_RC_SOURCE": {
+ "message": "RC source"
+ },
+ "osdElement_RC_SOURCE_HELP": {
+ "message": "Shows the current RC source, STD or MSP (useful when using MSP override)"
+ },
+ "osdElement_VTX_POWER": {
+ "message": "Video TX power level"
+ },
+ "osdElement_VTX_POWER_HELP": {
+ "message": "Shows the current VTX power level. Blinks when the corresponding RC adjustment is selected"
+ },
"osdElement_VTX_CHANNEL": {
"message": "Video TX Band and Channel"
},