From 26993719b5bb881b91cccd4ed47d14de5eb1c56b Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 26 Mar 2022 00:04:27 +0000 Subject: [PATCH] > 4 --- hblink.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hblink.py b/hblink.py index ae89b5f..33356a7 100755 --- a/hblink.py +++ b/hblink.py @@ -162,7 +162,7 @@ class OPENBRIDGE(DatagramProtocol): if _packet[:3] == DMR and self._config['TARGET_IP']: - if 'VER' in self._config and self._config['VER'] > 3: + if 'VER' in self._config and self._config['VER'] > 4: _ver = VER.to_bytes(1,'big') _packet = b''.join([DMRE,_packet[4:11], self._CONFIG['GLOBAL']['SERVER_ID'],_packet[15:],_ber,_rssi,_ver,time_ns().to_bytes(8,'big'), _source_server, _source_rptr, _hops]) _h = blake2b(key=self._config['PASSPHRASE'], digest_size=16)