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:
authorPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2016-12-23 13:12:46 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2016-12-23 13:12:46 +0300
commit4bd6f4671073b46b60712032820695d7d12c0b85 (patch)
tree181841456efa9e3e1bbe455b74a7c7b40586e92f /_locales
parentc3900dc248688b2e3de7f8e2f60c1969eeceef0c (diff)
RSSI rework
Diffstat (limited to '_locales')
-rwxr-xr-x_locales/en/messages.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index b67bdbcc..aa45c655 100755
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -555,6 +555,9 @@
"featurePWM_SERVO_DRIVERTip": {
"message": "Use external PCA9685 PMW driver to connect up to 16 servos to flight controller. PCA9685 has to be connected to enable this feature."
},
+ "featureRSSI_ADCTip": {
+ "message": "RSSI is a measurement of signal strength and is very handy so you know when your aircraft is going out of range or if it is suffering RF interference."
+ },
"configurationFeatureEnabled": {
"message": "Enabled"
},
@@ -576,9 +579,6 @@
"configurationRSSI": {
"message": "RSSI (Signal Strength)"
},
- "configurationRSSIHelp": {
- "message": "RSSI is a measurement of signal strength and is very handy so you know when your aircraft is going out of range or if it is suffering RF interference."
- },
"configurationEscFeatures": {
"message": "ESC/Motor Features"
},