options
Simon 4 years ago
parent a5f49bb0aa
commit db1e8576a1

@ -214,7 +214,7 @@ 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
_hops = bytes(0)
if _packet[:3] == DMR: # DMRData -- encapsulated DMR data frame
if _packet[:4] == DMRD:

Loading…
Cancel
Save

Powered by TurnKey Linux.