mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-23 00:05:19 +03:00
Add configurator support for FFPV24G into configurator (#744)
* add configurator support for FFPV24G * change naming to match FC code
This commit is contained in:
parent
3dcffdd292
commit
a9f9487d4f
3 changed files with 10 additions and 2 deletions
|
@ -45,7 +45,8 @@ var mspHelper = (function (gui) {
|
|||
'RUNCAM_DEVICE_CONTROL': 10,
|
||||
'TBS_SMARTAUDIO': 11,
|
||||
'IRC_TRAMP': 12,
|
||||
'RANGEFINDER': 16
|
||||
'RANGEFINDER': 16,
|
||||
'VTX_FFPV': 17,
|
||||
};
|
||||
|
||||
// Required for MSP_DEBUGMSG because console.log() doesn't allow omitting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue