Skip to content

Commit

Permalink
Add head tracking sources
Browse files Browse the repository at this point in the history
  • Loading branch information
mmosca committed Jun 10, 2024
1 parent 247f3ea commit 459b357
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion js/fc.js
Original file line number Diff line number Diff line change
Expand Up @@ -941,6 +941,9 @@ var FC = {
'GVAR 6', // 36
'GVAR 7', // 37
'Mixer Transition', // 38
'Head Tracker Pan', // 39
'Head Tracker Tilt', // 40
'Head Tracker Roll', // 41
];
},
getServoMixInputName: function (input) {
Expand Down Expand Up @@ -1116,4 +1119,4 @@ var FC = {
}
};

module.exports = FC;
module.exports = FC;

0 comments on commit 459b357

Please sign in to comment.