self.lastData

This commit is contained in:
Simon 2021-04-16 10:56:28 +01:00
parent 51e7d50d1e
commit 4de29e3c77
1 changed files with 1 additions and 1 deletions

View File

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