Master Mode info (info only) wasn't gathered properly.
This commit is contained in:
parent
810e0c8c22
commit
d6b948e0d1
@ -772,7 +772,6 @@ class IPSC(DatagramProtocol):
|
|||||||
|
|
||||||
# When we hear from the master, record it's ID, flag that we're connected, and reset the dead counter.
|
# When we hear from the master, record it's ID, flag that we're connected, and reset the dead counter.
|
||||||
elif _packettype == MASTER_REG_REPLY:
|
elif _packettype == MASTER_REG_REPLY:
|
||||||
print('JIMMY')
|
|
||||||
|
|
||||||
_hex_mode = (data[10:11])
|
_hex_mode = (data[10:11])
|
||||||
_mode = int(h(_hex_mode), 16)
|
_mode = int(h(_hex_mode), 16)
|
||||||
|
Loading…
Reference in New Issue
Block a user