From 13c622a3552d6326ac2295091c9db2f1bc79d2bc Mon Sep 17 00:00:00 2001 From: finchiedev Date: Sat, 22 Dec 2018 17:23:01 +0800 Subject: [PATCH] Remap camera pan buttons --- App/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/App/index.html b/App/index.html index 8504d43..6e0db4f 100755 --- a/App/index.html +++ b/App/index.html @@ -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');