X-Git-Url: https://git.realraum.at/?p=svn42.git;a=blobdiff_plain;f=rf433rcv%2Fpc%2Fdecode.pl;fp=rf433rcv%2Fpc%2Fdecode.pl;h=5c401e73ef6901de55c82a2ba8162723e85698bf;hp=6ee4192a322786d5c9c9aef09f7ad38498f0cad2;hb=aa1c306a8bce882962b3435d42834c8c57614a8e;hpb=0caa04671fa16dbeb272fe5a9c62c91584d8419f diff --git a/rf433rcv/pc/decode.pl b/rf433rcv/pc/decode.pl index 6ee4192..5c401e7 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];