fix hdr_type error for non MD-380 radios

This commit is contained in:
KF7EEL 2020-12-26 09:59:51 -08:00
parent 926883cde9
commit 6bba07acf1
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ __status__ = 'pre-alpha'
# Headers for GPS by model of radio:
# AT-D878 - Compressed UDP
# MD-380 - Unified Data Transport
hdr_type = ''
# From dmr_utils3, modified to decode entire packet. Works for 1/2 rate coded data.
def decode_full(_data):