Skip over openbridges in ident code
This commit is contained in:
parent
2014015421
commit
d79c8e053e
@ -263,6 +263,8 @@ def stream_trimmer_loop():
|
|||||||
|
|
||||||
def ident():
|
def ident():
|
||||||
for system in systems:
|
for system in systems:
|
||||||
|
if CONFIG['SYSTEMS'][system]['MODE'] == 'OPENBRIDGE':
|
||||||
|
continue
|
||||||
if CONFIG['SYSTEMS'][system]['VOICE_IDENT'] == True:
|
if CONFIG['SYSTEMS'][system]['VOICE_IDENT'] == True:
|
||||||
#We only care about slot 2 - idents go out on slot 2
|
#We only care about slot 2 - idents go out on slot 2
|
||||||
_slot = systems[system].STATUS[2]
|
_slot = systems[system].STATUS[2]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user