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-02-19 01:28:43 +0300
committerGitHub <noreply@github.com>2019-02-19 01:28:43 +0300
commit8792188c78799cd51db45d51f4d3b087b65a9de0 (patch)
treed7c3172a0ec1a43eac8669710c47464f04afc275 /_locales
parent3396eae8b2621b30b40324867cf4232e5b0ff61a (diff)
Add temperature alarms settings to the OSD tab (#695)
Diffstat (limited to '_locales')
-rwxr-xr-x_locales/en/messages.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index a0eea868..7e5f78b8 100755
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -2374,6 +2374,30 @@
"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."
},
+ "osdAlarmIMU_TEMPERATURE_MIN": {
+ "message": "Minimum IMU temperature"
+ },
+ "osdAlarmIMU_TEMPERATURE_MIN_HELP": {
+ "message": "The temperature indicator will flash when the IMU temperature is bellow this value"
+ },
+ "osdAlarmIMU_TEMPERATURE_MAX": {
+ "message": "Maximum IMU temperature"
+ },
+ "osdAlarmIMU_TEMPERATURE_MAX_HELP": {
+ "message": "The temperature indicator will flash when the IMU temperature is above this value"
+ },
+ "osdAlarmBARO_TEMPERATURE_MIN": {
+ "message": "Minimum baro temperature"
+ },
+ "osdAlarmBARO_TEMPERATURE_MIN_HELP": {
+ "message": "The temperature indicator will flash when the barometer temperature is bellow this value"
+ },
+ "osdAlarmBARO_TEMPERATURE_MAX": {
+ "message": "Maximum baro temperature"
+ },
+ "osdAlarmBARO_TEMPERATURE_MAX_HELP": {
+ "message": "The temperature indicator will flash when the barometer temperature is above this value"
+ },
"osdGroupGeneral": {
"message": "General"
},