mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-14 11:59:51 +03:00
[DJI] Add support for DJI FPV goggles and SBUS Fast protocol
This commit is contained in:
parent
57ca4be2aa
commit
e6b5719cc4
4 changed files with 15 additions and 1 deletions
|
@ -52,6 +52,7 @@ var mspHelper = (function (gui) {
|
|||
'ESC': 18,
|
||||
'GSM_SMS': 19,
|
||||
'FRSKY_OSD': 20,
|
||||
'DJI_FPV': 21,
|
||||
};
|
||||
|
||||
// Required for MSP_DEBUGMSG because console.log() doesn't allow omitting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue