mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-15 04:15:28 +03:00
Add support for selecting FrSky OSD in the ports tab
This commit is contained in:
parent
383f7a2a41
commit
0e47a8415c
3 changed files with 12 additions and 0 deletions
|
@ -51,6 +51,7 @@ var mspHelper = (function (gui) {
|
|||
'VTX_FFPV': 17,
|
||||
'ESC': 18,
|
||||
'GSM_SMS': 19,
|
||||
'FRSKY_OSD': 20,
|
||||
};
|
||||
|
||||
// Required for MSP_DEBUGMSG because console.log() doesn't allow omitting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue