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>2018-12-09 06:09:05 +0300
committerGitHub <noreply@github.com>2018-12-09 06:09:05 +0300
commitff8201bd572f6521da51d58946e1a29d79cccfeb (patch)
tree7cb523128bb57e2d3ba4bb8617206b319dbb5c5a /_locales
parent6e5b98f995d14d168188e8d01b6e8468074344ad (diff)
parente76b83b78f16d4496fa47f60d2721fbce144c101 (diff)
Merge pull request #592 from nmaggioni/osd_temperature
Gyro temperature in OSD
Diffstat (limited to '_locales')
-rwxr-xr-x_locales/en/messages.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index ee250143..e2015e8f 100755
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -2605,6 +2605,12 @@
"osdElement_MC_POS_XYZ_P_OUTPUTS": {
"message": "MC Position XYZ P controllers outputs"
},
+ "osdElement_TEMPERATURE": {
+ "message": "Temperature"
+ },
+ "osdElement_TEMPERATURE_HELP": {
+ "message": "Temperature of the FC, obtained from the most accurate available source."
+ },
"osdSettingMainVoltageDecimals": {
"message": "Main Voltage Decimals"
},