try again

This commit is contained in:
Simon 2021-04-17 15:48:30 +01:00
parent ca1fc469ec
commit a41a6d1a41

View File

@ -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 = _seq
#Duplicate handling# #Duplicate handling#
#Duplicate complete packet #Duplicate complete packet
if self.STATUS[_slot]['lastData'] and self.STATUS[_slot]['lastData'] == _data and _seq > 1: if self.STATUS[_slot]['lastData'] and self.STATUS[_slot]['lastData'] == _data and _seq > 1: