Revert "lastdata"

This reverts commit 0503e72607.
pypy
Simon 5 years ago
parent 0503e72607
commit 8749a457c3

@ -1250,7 +1250,7 @@ class routerOBP(OPENBRIDGE):
_bits = _data[15] _bits = _data[15]
#Duplicate complete packet #Duplicate complete packet
if self._lastData and self._lastData == _data: if self._lastData and _lastData == _data:
logger.warning("(%s) last packet is a complete duplicate of the previous one, disgarding",self._system) logger.warning("(%s) last packet is a complete duplicate of the previous one, disgarding",self._system)
return return

Loading…
Cancel
Save

Powered by TurnKey Linux.