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