Fixing Config Report -> Master
This commit is contained in:
parent
ffd035fc8c
commit
a8dc160bb4
@ -141,8 +141,8 @@ class HBCLIENT(DatagramProtocol):
|
|||||||
elif self._stats['CONNECTION'] == 'AUTHENTICATED':
|
elif self._stats['CONNECTION'] == 'AUTHENTICATED':
|
||||||
if _data[6:10] == self._config['RADIO_ID']:
|
if _data[6:10] == self._config['RADIO_ID']:
|
||||||
logger.info('(%s) Repeater Authentication Accepted', self._client)
|
logger.info('(%s) Repeater Authentication Accepted', self._client)
|
||||||
_config_packet = self._config['CALLSIGN']+\
|
_config_packet = str(int(h(self._config['RADIO_ID']), 16)).rjust(8)+\
|
||||||
str(int(h(self._config['RADIO_ID']), 16)).rjust(8)+\
|
self._config['CALLSIGN']+\
|
||||||
self._config['RX_FREQ']+\
|
self._config['RX_FREQ']+\
|
||||||
self._config['TX_FREQ']+\
|
self._config['TX_FREQ']+\
|
||||||
self._config['TX_POWER']+\
|
self._config['TX_POWER']+\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user