mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-14 20:10:11 +03:00
[PORTS] Add ESC and OPFLOW to serial port bit masks
This commit is contained in:
parent
8b9ed31448
commit
bc95909055
3 changed files with 24 additions and 0 deletions
|
@ -45,8 +45,11 @@ var mspHelper = (function (gui) {
|
|||
'RUNCAM_DEVICE_CONTROL': 10,
|
||||
'TBS_SMARTAUDIO': 11,
|
||||
'IRC_TRAMP': 12,
|
||||
'OPFLOW': 14,
|
||||
'LOG': 15,
|
||||
'RANGEFINDER': 16,
|
||||
'VTX_FFPV': 17,
|
||||
'ESC': 18,
|
||||
};
|
||||
|
||||
// Required for MSP_DEBUGMSG because console.log() doesn't allow omitting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue