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:
authorKonstantin Sharlaimov (DigitalEntity) <konstantin.sharlaimov@gmail.com>2019-05-11 23:04:23 +0300
committerKonstantin Sharlaimov (DigitalEntity) <konstantin.sharlaimov@gmail.com>2019-05-11 23:04:23 +0300
commitbc95909055a08171d1fb4fc58824711f643fc7fb (patch)
tree54c6fb30f25e996197e6edadb1eda1379a0c39c5 /_locales
parent8b9ed3144893d5bc402dd731e06a066ee6faa3a4 (diff)
[PORTS] Add ESC and OPFLOW to serial port bit masks
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 508f978d..c002b720 100755
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -870,6 +870,12 @@
"portsFunction_RANGEFINDER": {
"message": "Rangefinder"
},
+ "portsFunction_OPFLOW": {
+ "message": "Optic flow"
+ },
+ "portsFunction_ESC": {
+ "message": "ESC output/telemetry"
+ },
"portsFunction_TELEMETRY_FRSKY": {
"message": "FrSky"
},