mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-16 04:45:20 +03:00
Fixed MAVLink setting in the ports tab.
This commit is contained in:
parent
64e7f8ef3d
commit
fc1558d7d3
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