Skip to content

Commit

Permalink
Remap camera pan buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Finchiedev committed Dec 22, 2018
1 parent 337d658 commit 13c622a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions App/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
var direction = 5270;
var stopped = [true, true, true, true, true, true, true, true, true, true, true, true, true, true, true]
var video;
var leftCameraButton = 1;
var rightCameraButton = 0;
var leftCameraButton = 14;
var rightCameraButton = 15;

function terminateConnection(connection) {
connection.write('010');
Expand Down

0 comments on commit 13c622a

Please sign in to comment.