Merge branch 'master' of github.com:hacknix/FreeDMR

This commit is contained in:
Simon 2021-01-23 11:45:10 +00:00
commit 6e8c7a41a0

View File

@ -31,6 +31,7 @@ class Proxy(DatagramProtocol):
# HomeBrew Protocol Commands
DMRD = b'DMRD'
DMRA = b'DMRA'
MSTCL = b'MSTCL'
MSTNAK = b'MSTNAK'
MSTPONG = b'MSTPONG'