Merge pull request #6 from picchiosat/patch-2

Update hotspot_proxy_v2.py
This commit is contained in:
hacknix 2021-01-22 23:51:28 +00:00 committed by GitHub
commit ab343a3e76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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'