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:
authorNiccolò Maggioni <nicco.maggioni@gmail.com>2019-05-19 18:52:32 +0300
committerMichel Pastor <shellixyz@users.noreply.github.com>2019-05-19 18:52:32 +0300
commit505bb200f2cb0889224e933d5f5bdb603dfcb738 (patch)
treed97293d45b9dbaef340b4cca3ec9db2fce65c8a9 /_locales
parenta03f64cb4040f89801844a5e7528690ccc0f7872 (diff)
Current consumption alarm in OSD (#769)
Diffstat (limited to '_locales')
-rwxr-xr-x_locales/en/messages.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index 8c63ee1d..2f5abc02 100755
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -2407,6 +2407,12 @@
"osdAlarmMAX_NEG_ALTITUDE_HELP": {
"message": "The altitude indicator will flash when altitude is negative and its absolute value is greater than this alarm. Useful when taking off from elevated places. Zero disables this alarm."
},
+ "osdAlarmCURRENT": {
+ "message": "Current"
+ },
+ "osdAlarmCURRENT_HELP": {
+ "message": "The current draw element will start blinking when the consumption is greater than this value. Zero disables this alarm."
+ },
"osdAlarmIMU_TEMPERATURE_MIN": {
"message": "Minimum IMU temperature"
},
@@ -2547,7 +2553,7 @@
},
"osdElement_3D_SPEED": {
"message": "3D Speed"
- },
+ },
"osdElement_3D_SPEED_HELP": {
"message": "Shows 3D speed considering both horizontal and vertical speed."
},