Skip to content

Commit

Permalink
Merge pull request #2118 from iNavFlight/mmosca-sbus-output
Browse files Browse the repository at this point in the history
Add channels 17-24 to mixer
  • Loading branch information
mmosca authored Jun 23, 2024
2 parents 306b722 + 92302e0 commit fb06ab2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion js/fc.js
Original file line number Diff line number Diff line change
Expand Up @@ -941,9 +941,17 @@ var FC = {
'GVAR 6', // 36
'GVAR 7', // 37
'Mixer Transition', // 38
'Head Tracker Pan', // 39
'Head Tracker Pan', // 39
'Head Tracker Tilt', // 40
'Head Tracker Roll', // 41
'RC Channel 17', // 42
'RC Channel 18', // 43
'RC Channel 19', // 44
'RC Channel 20', // 45
'RC Channel 21', // 46
'RC Channel 22', // 47
'RC Channel 23', // 48
'RC Channel 24', // 49
];
},
getServoMixInputName: function (input) {
Expand Down

0 comments on commit fb06ab2

Please sign in to comment.