1
0
Fork 0
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:
Pawel Spychalski (DzikuVx) 2022-10-01 11:54:51 +02:00
parent c5db4a565e
commit b921bc8486
3 changed files with 4 additions and 4 deletions

View file

@ -1166,8 +1166,8 @@
"portsFunction_DJI_FPV": { "portsFunction_DJI_FPV": {
"message": "DJI FPV VTX" "message": "DJI FPV VTX"
}, },
"portsFunction_HDZERO_VTX": { "portsFunction_MSP_DISPLAYPORT": {
"message": "HDZero VTX" "message": "MSP Displayport"
}, },
"portsFunction_IMU2": { "portsFunction_IMU2": {
"message": "Secondary IMU" "message": "Secondary IMU"

View file

@ -44,7 +44,7 @@ var mspHelper = (function (gui) {
'DJI_FPV': 21, 'DJI_FPV': 21,
'SMARTPORT_MASTER': 23, 'SMARTPORT_MASTER': 23,
'IMU2': 24, 'IMU2': 24,
'HDZERO_VTX': 25, 'MSP_DISPLAYPORT': 25,
}; };
// Required for MSP_DEBUGMSG because console.log() doesn't allow omitting // Required for MSP_DEBUGMSG because console.log() doesn't allow omitting

View file

@ -94,7 +94,7 @@ TABS.ports.initialize = function (callback) {
); );
functionRules.push({ functionRules.push({
name: 'HDZERO_VTX', name: 'MSP_DISPLAYPORT',
groups: ['peripherals'], groups: ['peripherals'],
maxPorts: 1 } maxPorts: 1 }
); );