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:
authorPaweł Spychalski <pspychalski@gmail.com>2022-10-01 13:01:14 +0300
committerGitHub <noreply@github.com>2022-10-01 13:01:14 +0300
commit8734b3dc7bb4152f8ff05488759314596dbd2d04 (patch)
tree6d7477030657f2eacb3e7f8e9a0a15875e27593f
parentc5db4a565ef15b38341d4ccb2f993638ddb410c1 (diff)
parentb921bc848615222b2bc44202556d2b4798c3226d (diff)
Merge pull request #1628 from iNavFlight/dzikuvx-rename-hdzero
Rename HDZero to MSP Displayport
-rwxr-xr-x_locales/en/messages.json4
-rw-r--r--js/msp/MSPHelper.js2
-rw-r--r--tabs/ports.js2
3 files changed, 4 insertions, 4 deletions
diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index 45cec7a6..bb77004f 100755
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -1166,8 +1166,8 @@
"portsFunction_DJI_FPV": {
"message": "DJI FPV VTX"
},
- "portsFunction_HDZERO_VTX": {
- "message": "HDZero VTX"
+ "portsFunction_MSP_DISPLAYPORT": {
+ "message": "MSP Displayport"
},
"portsFunction_IMU2": {
"message": "Secondary IMU"
diff --git a/js/msp/MSPHelper.js b/js/msp/MSPHelper.js
index ef448dda..950f1132 100644
--- a/js/msp/MSPHelper.js
+++ b/js/msp/MSPHelper.js
@@ -44,7 +44,7 @@ var mspHelper = (function (gui) {
'DJI_FPV': 21,
'SMARTPORT_MASTER': 23,
'IMU2': 24,
- 'HDZERO_VTX': 25,
+ 'MSP_DISPLAYPORT': 25,
};
// Required for MSP_DEBUGMSG because console.log() doesn't allow omitting
diff --git a/tabs/ports.js b/tabs/ports.js
index af923652..f6320ed9 100644
--- a/tabs/ports.js
+++ b/tabs/ports.js
@@ -94,7 +94,7 @@ TABS.ports.initialize = function (callback) {
);
functionRules.push({
- name: 'HDZERO_VTX',
+ name: 'MSP_DISPLAYPORT',
groups: ['peripherals'],
maxPorts: 1 }
);