Simon 4 years ago
parent 36a817cbb1
commit a5f49bb0aa

@ -214,6 +214,8 @@ class OPENBRIDGE(DatagramProtocol):
# Keep This Line Commented Unless HEAVILY Debugging!
#logger.debug('(%s) RX packet from %s -- %s', self._system, _sockaddr, ahex(_packet))
_hops = None
if _packet[:3] == DMR: # DMRData -- encapsulated DMR data frame
if _packet[:4] == DMRD:
if self._config['VER'] > 1:

Loading…
Cancel
Save

Powered by TurnKey Linux.