longer delay when flashing seems necessary.

This commit is contained in:
Mariano Alvira 2009-05-13 14:15:54 -04:00
parent 05bd6c897c
commit babc6a48fc

View file

@ -87,7 +87,7 @@ while(1) {
while(read(FILE, $c, 1)) {
$i++;
usleep(50); # this is as fast is it can go...
usleep(25) if ($s==1);
usleep(50) if ($s==1);
$ob->write($c);
}
}