mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
44_S7: Bugfixes
git-svn-id: https://svn.fhem.de/fhem/trunk@15518 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
8b4951fa13
commit
da150071de
@ -485,7 +485,7 @@ sub S5ConnectPLCAS511($$) {
|
||||
#eval ("use Device::SerialPort;");
|
||||
require Device::SerialPort;
|
||||
$self->{serial} = new Device::SerialPort ($portName);
|
||||
|
||||
}
|
||||
|
||||
main::Log3( undef, 3, "Can't open serial port $portName" )
|
||||
unless ( $self->{serial} );
|
||||
|
Loading…
Reference in New Issue
Block a user