Skip to content

Commit fc1558d

Browse files
committed
Fixed MAVLink setting in the ports tab.
1 parent 64e7f8e commit fc1558d

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)