Skip to content

Commit bcb361c

Browse files
authored
Merge pull request #347 from mikeller/fix_mavlink
Fixed MAVLink setting in the ports tab.
2 parents a0dd26e + fc1558d commit bcb361c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/msp/MSPHelper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function MspHelper () {
1919
'TELEMETRY_SMARTPORT': 5,
2020
'RX_SERIAL': 6,
2121
'BLACKBOX': 7,
22-
'TELEMETRY_MAVLINK': 8,
22+
'TELEMETRY_MAVLINK': 9,
2323
'TELEMETRY_ESC': 10
2424
};
2525
}

0 commit comments

Comments
 (0)