Revert "Fix"
This reverts commit ba77eb5af8187d6cd680bd95577189a0ba937831.
This commit is contained in:
parent
ba77eb5af8
commit
6e970c28b4
@ -1795,7 +1795,7 @@ class routerHBP(HBSYSTEM):
|
|||||||
self.STATUS[_slot]['_bcsq'] = True
|
self.STATUS[_slot]['_bcsq'] = True
|
||||||
return
|
return
|
||||||
|
|
||||||
_int_seq = int(_seq)
|
_int_seq == int(_seq.decode())
|
||||||
#Duplicate handling#
|
#Duplicate handling#
|
||||||
#Duplicate complete packet
|
#Duplicate complete packet
|
||||||
if self.STATUS[_slot]['lastData'] and self.STATUS[_slot]['lastData'] == _data and _int_seq > 1:
|
if self.STATUS[_slot]['lastData'] and self.STATUS[_slot]['lastData'] == _data and _int_seq > 1:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user