2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

skip ACKs

git-svn-id: https://svn.fhem.de/fhem/trunk@2343 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
wherzig 2012-12-17 18:41:45 +00:00
parent 7e4a4760b6
commit dc99ef7a1c

View File

@ -125,6 +125,7 @@ TRX_ELSE_Parse($$)
if (($msg != 0x00) && ($msg != 0x01)) {
Log 0, "TRX_ELSE: error transmit NACK=".sprintf("%02x",$msg);
}
return "";
}
#Log 0, "TRX_ELSE: hex=$msg";