From 34a8aaf1d21d584d38aaf168e38c1f69bdc031ff Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 10 Nov 2021 00:14:14 +0000 Subject: [PATCH] slot2 --- bridge_master.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bridge_master.py b/bridge_master.py index 5a2ba3e..c2c6e88 100644 --- a/bridge_master.py +++ b/bridge_master.py @@ -1934,11 +1934,10 @@ class routerHBP(HBSYSTEM): logger.info('(%s) UNIT Data not bridged to HBP on slot 1 - target busy: %s DST_ID: %s',self._system,_d_system,_int_dst_id) elif _int_dst_id == 900999: - logger.info('flob') if 'D-APRS' in systems and CONFIG['SYSTEMS']['D-APRS']['MODE'] == 'MASTER': _d_system = 'D-APRS' _dst_slot = systems['D-APRS'].STATUS[2] - logger.info('(%s) D-APRS ID matched, System: %s Slot: %s',self._system, _d_system,_d_slot) + logger.info('(%s) D-APRS ID matched, System: %s Slot: 2',self._system, _d_system) #If slot is idle for RX and TX if (_dst_slot['RX_TYPE'] == HBPF_SLT_VTERM) and (_dst_slot['TX_TYPE'] == HBPF_SLT_VTERM) and (time() - _dst_slot['TX_TIME'] > CONFIG['SYSTEMS'][_d_system]['GROUP_HANGTIME']): #Always use slot2 for hotspots - many of them are simplex and this