finally
This commit is contained in:
parent
9d398ee6f7
commit
ca1fc469ec
@ -1795,21 +1795,7 @@ class routerHBP(HBSYSTEM):
|
||||
self.STATUS[_slot]['_bcsq'] = True
|
||||
return
|
||||
|
||||
<<<<<<< Updated upstream
|
||||
<<<<<<< Updated upstream
|
||||
<<<<<<< Updated upstream
|
||||
=======
|
||||
_int_seq = _seq.decode()
|
||||
_int_seq = int(_int_seq)
|
||||
>>>>>>> Stashed changes
|
||||
=======
|
||||
_int_seq = _seq.decode()
|
||||
_int_seq = int(_int_seq)
|
||||
>>>>>>> Stashed changes
|
||||
=======
|
||||
_int_seq = _seq.decode()
|
||||
_int_seq = int(_int_seq)
|
||||
>>>>>>> Stashed changes
|
||||
_int_seq = int(_seq)
|
||||
#Duplicate handling#
|
||||
#Duplicate complete packet
|
||||
if self.STATUS[_slot]['lastData'] and self.STATUS[_slot]['lastData'] == _data and _seq > 1:
|
||||
|
Loading…
x
Reference in New Issue
Block a user