1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-16 21:05:30 +03:00

Fixed MAVLink setting in the ports tab.

This commit is contained in:
mikeller 2016-11-21 02:04:12 +13:00
parent 64e7f8ef3d
commit fc1558d7d3

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
};
}