flashing needs a little more time.
This commit is contained in:
parent
75cede71a6
commit
6b77fe8c37
|
@ -85,7 +85,7 @@ while(1) {
|
|||
while(read(FILE, $c, 1)) {
|
||||
$i++;
|
||||
usleep(50); # this is as fast is it can go...
|
||||
usleep(500) if ($s==1);
|
||||
usleep(25) if ($s==1);
|
||||
$ob->write($c);
|
||||
# if($s==1) {
|
||||
# ($count, $c) = $ob->read(1);
|
||||
|
|
Loading…
Reference in a new issue