mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 04:36:36 +00:00
Timeout changed from 0.1 to 0.2 (tested with 7 devices by joerg)
git-svn-id: https://svn.fhem.de/fhem/trunk@1755 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
b41b198b38
commit
81ef7a8958
@ -185,7 +185,7 @@ EnOcean_Set($@)
|
||||
|
||||
}
|
||||
|
||||
select(undef, undef, undef, 0.1);
|
||||
select(undef, undef, undef, 0.2); # Tested by joerg. He prefers 0.3 :)
|
||||
}
|
||||
|
||||
my $cmd = join(" ", @a);
|
||||
|
Loading…
x
Reference in New Issue
Block a user