]> mj.ucw.cz Git - home-hw.git/blobdiff - ir-probe/decode-onkyo
burrow-bsbd: Removed surplus newline
[home-hw.git] / ir-probe / decode-onkyo
index 6d41f47db7d5421c4a45e0652ed7dcfc8c35fce6..518f96704be60841fcb2ad31129918363ca0e0a5 100755 (executable)
@@ -13,7 +13,7 @@ while (<>) {
        for my $t (@timings) {
                my $out = "<$bit:$t>";
                if ($bit) {
-                       if ($t >= 8900 && $t <= 9100) {
+                       if ($t >= 8900 && $t <= 9200) {
                                $out = "^";
                        } elsif ($t >= 100 && $t <= 700) {
                                $out = "*";
@@ -23,7 +23,7 @@ while (<>) {
                                $out = "#";
                        } elsif ($t >= 400 && $t <= 1000) {
                                $out = "A";
-                       } elsif ($t >= 1600 && $t <= 2200) {
+                       } elsif ($t >= 1500 && $t <= 2200) {
                                $out = "B";
                        }
                }