X-Git-Url: https://git.realraum.at/?p=svn42.git;a=blobdiff_plain;f=rf433rcv%2Fpc%2Fdecode.pl;h=f9aeb3204fad992aa5595e74d52cd8f8fa377e13;hp=6ee4192a322786d5c9c9aef09f7ad38498f0cad2;hb=5b00dab1a7d2ac2d8a593f0bd6e85a7194e2c9bd;hpb=0caa04671fa16dbeb272fe5a9c62c91584d8419f diff --git a/rf433rcv/pc/decode.pl b/rf433rcv/pc/decode.pl index 6ee4192..f9aeb32 100755 --- a/rf433rcv/pc/decode.pl +++ b/rf433rcv/pc/decode.pl @@ -53,11 +53,11 @@ if (defined $ARGV[0]) { if ($start) { - print "$counter\n"; + print $counter-2,"\n"; last; } else { $start =1; - print "$counter "; + print $counter-1," "; } } $counter+=$data->[1];