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