1
0
Fork 0
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:
Michael Keller 2016-11-23 10:08:10 +13:00 committed by GitHub
commit bcb361cac6

View file

@ -19,7 +19,7 @@ function MspHelper () {
'TELEMETRY_SMARTPORT': 5,
'RX_SERIAL': 6,
'BLACKBOX': 7,
'TELEMETRY_MAVLINK': 8,
'TELEMETRY_MAVLINK': 9,
'TELEMETRY_ESC': 10
};
}