Update...
This commit is contained in:
parent
9a7252a4ef
commit
fe8197c346
1 changed files with 3 additions and 3 deletions
|
@ -79,9 +79,9 @@ for (my $i=0; $i<=$#ARGV; $i++)
|
|||
printf("0b%032b\n", $frame);
|
||||
my $tmp = "";
|
||||
$tmp = sprintf("0x%08x", $frame);
|
||||
system("../client/clcc --save $i ". ($frame >> 27)." $tmp");
|
||||
system("../client/clcc --save --pos $i --delay ". ($frame >> 27)." --frame $tmp");
|
||||
#print("../client/clcc --save $i ". ($frame >> 27)." $tmp\n");
|
||||
#usleep(250000);
|
||||
sleep 1;
|
||||
usleep(250000);
|
||||
#sleep 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue