[hamradio-commits] [dump1090] 51/389: A few bugs fixed in debug.html.

Matthew Ernisse mernisse-guest at moszumanska.debian.org
Wed Nov 5 00:19:39 UTC 2014


This is an automated email from the git hooks/post-receive script.

mernisse-guest pushed a commit to branch master
in repository dump1090.

commit 13596ba3ddfc41e77da7e42e8d9e76a984acede3
Author: antirez <antirez at gmail.com>
Date:   Sun Jan 27 21:42:40 2013 +0100

    A few bugs fixed in debug.html.
---
 tools/debug.html | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/tools/debug.html b/tools/debug.html
index 12c6554..4d56d34 100644
--- a/tools/debug.html
+++ b/tools/debug.html
@@ -4,7 +4,7 @@
 <head>
 <script>
 var frames = [];
-var currentFrame = 144;
+var currentFrame = 0;
 
 var modes_checksum_table = [
 0x3935ea, 0x1c9af5, 0xf1b77e, 0x78dbbf, 0xc397db, 0x9e31e9, 0xb0e2f0, 0x587178,
@@ -140,11 +140,6 @@ window.onload = function() {
         if (currentFrame != 0) currentFrame--;
         displayFrame(currentFrame);
     }
-    document.getElementById("ca").onclick = function() {
-        correctAmplitude(frames[currentFrame]);
-        recomputeHex(frames[currentFrame]);
-        displayFrame(currentFrame);
-    }
     document.getElementById("re").onclick = function() {
         recomputeHex(frames[currentFrame]);
         displayFrame(currentFrame);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/dump1090.git



More information about the pkg-hamradio-commits mailing list