mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-16 21:05:28 +03:00
Add Gimbal device
This commit is contained in:
parent
c491658c57
commit
1d341b41b9
2 changed files with 9 additions and 0 deletions
|
@ -121,6 +121,11 @@ const serialPortHelper = (function () {
|
||||||
name: 'SBUS_OUTPUT',
|
name: 'SBUS_OUTPUT',
|
||||||
groups: ['peripherals'],
|
groups: ['peripherals'],
|
||||||
defaultBaud: 115200
|
defaultBaud: 115200
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'GIMBAL',
|
||||||
|
groups: ['peripherals'],
|
||||||
|
defaultBaud: 115200
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -150,6 +155,7 @@ const serialPortHelper = (function () {
|
||||||
'SBUS_OUTPUT': 22,
|
'SBUS_OUTPUT': 22,
|
||||||
'SMARTPORT_MASTER': 23,
|
'SMARTPORT_MASTER': 23,
|
||||||
'MSP_DISPLAYPORT': 25,
|
'MSP_DISPLAYPORT': 25,
|
||||||
|
'GIMBAL': 26
|
||||||
};
|
};
|
||||||
|
|
||||||
privateScope.identifierToName = {
|
privateScope.identifierToName = {
|
||||||
|
|
|
@ -1325,6 +1325,9 @@
|
||||||
"portsFunction_SBUS_OUTPUT": {
|
"portsFunction_SBUS_OUTPUT": {
|
||||||
"message": "SBus Output"
|
"message": "SBus Output"
|
||||||
},
|
},
|
||||||
|
"portsFunction_GIMBAL": {
|
||||||
|
"message": "Serial Gimbal"
|
||||||
|
},
|
||||||
"pidTuning_Other": {
|
"pidTuning_Other": {
|
||||||
"message": "Other"
|
"message": "Other"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue