mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-14 20:10:11 +03:00
Rename HDZero to MSP Displayport
This commit is contained in:
parent
c5db4a565e
commit
b921bc8486
3 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -94,7 +94,7 @@ TABS.ports.initialize = function (callback) {
|
|||
);
|
||||
|
||||
functionRules.push({
|
||||
name: 'HDZERO_VTX',
|
||||
name: 'MSP_DISPLAYPORT',
|
||||
groups: ['peripherals'],
|
||||
maxPorts: 1 }
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue