Updated config data structure

… so it matches changes made in the last update a few minutes ago.
This commit is contained in:
Cort Buffington 2013-07-28 22:25:25 -05:00
parent 7518583e23
commit 440f3d61b4

View File

@ -2,7 +2,11 @@
NETWORK = {
'IPSC1': {
'LOCAL': {
'MODE': b'\x6A',
'MODE': b'\x6A', # Decoded values below
'PEER_OPER': True,
'PEER_MODE': 'DIGITAL',
'TS1_LINK': True,
'TS2_LINK': True,
'FLAGS': b'\x00\x00\x00\x14',
'PORT': 50001,
'NUM_PEERS': 0,
@ -20,6 +24,10 @@ NETWORK = {
'PORT': 50000,
'RADIO_ID': b'\x00\x00\x00\x00',
'MODE': b'\x00',
'PEER_OPER': False,
'PEER_MODE': '',
'TS1_LINK': False,
'TS2_LINK': False,
'FLAGS': b'\x00\x00\x00\x00',
'STATUS': {
'CONNECTED': False,