mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-16 04:45:20 +03:00
Merge pull request #347 from mikeller/fix_mavlink
Fixed MAVLink setting in the ports tab.
This commit is contained in:
commit
bcb361cac6
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ function MspHelper () {
|
|||
'TELEMETRY_SMARTPORT': 5,
|
||||
'RX_SERIAL': 6,
|
||||
'BLACKBOX': 7,
|
||||
'TELEMETRY_MAVLINK': 8,
|
||||
'TELEMETRY_MAVLINK': 9,
|
||||
'TELEMETRY_ESC': 10
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue