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-20 02:37:24 +0300
committerGitHub <noreply@github.com>2019-05-20 02:37:24 +0300
commitc27059e3cd23516a0c5c560e762c5ceb5d8e9133 (patch)
treeae7d11d5784330e492c2c2456dbddbec1360afc8 /_locales
parent289e07de2759b74131661bd40ff99085b2b76ccc (diff)
Add OSd g force alarm settings (#774)
Diffstat (limited to '_locales')
-rwxr-xr-x_locales/en/messages.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index 540617a9..5501afda 100755
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -2407,6 +2407,24 @@
"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."
},
+ "osdAlarmGFORCE": {
+ "message": "g force"
+ },
+ "osdAlarmGFORCE_HELP": {
+ "message": "The g force element will start blinking when greater than this value"
+ },
+ "osdAlarmGFORCE_AXIS_MIN": {
+ "message": "g force axis min"
+ },
+ "osdAlarmGFORCE_AXIS_MIN_HELP": {
+ "message": "The axes g force elements will start blinking when lower than this value"
+ },
+ "osdAlarmGFORCE_AXIS_MAX": {
+ "message": "g force axis max"
+ },
+ "osdAlarmGFORCE_AXIS_MAX_HELP": {
+ "message": "The axes g force elements will start blinking when greater than this value"
+ },
"osdAlarmCURRENT": {
"message": "Current"
},