mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-15 16:19:11 +00:00
00_ZWDongle: no HwHandshake for network connected dongles (Forum #38519)
git-svn-id: https://svn.fhem.de/fhem/trunk@8831 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
6fb972ab13
commit
9d56aaffa2
@ -465,7 +465,7 @@ ZWDongle_DoInit($)
|
||||
my $name = $hash->{NAME};
|
||||
$serInit = 1;
|
||||
|
||||
DevIo_SetHwHandshake($hash) if($hash->{FD});
|
||||
DevIo_SetHwHandshake($hash) if($hash->{USBDev});
|
||||
$hash->{PARTIAL} = "";
|
||||
|
||||
ZWDongle_Clear($hash);
|
||||
|
Loading…
x
Reference in New Issue
Block a user