Try only 4

This commit is contained in:
Simon 2021-04-17 15:55:30 +01:00
parent a41a6d1a41
commit aac52a03a5
1 changed files with 2 additions and 1 deletions

View File

@ -636,7 +636,8 @@ class HBSYSTEM(DatagramProtocol):
_peer_id = _data[11:15]
if self._config['LOOSE'] or _peer_id == self._config['RADIO_ID']: # Validate the Radio_ID unless using loose validation
_seq = int(_data[4:5])
#_seq = _data[4:5]
_seq = _data[4]
_rf_src = _data[5:8]
_dst_id = _data[8:11]
_bits = _data[15]