This commit is contained in:
dj2ls 2022-05-19 16:48:21 +02:00
parent 9f8f17b633
commit 2f767a0cf3
2 changed files with 2 additions and 2 deletions

View file

@ -193,7 +193,7 @@ class DAEMON():
options.append('--radiocontrol')
options.append(data[13])
if data[13] != 'rigctld':
if data[13] == 'rigctld':
options.append('--rigctld_ip')
options.append(data[14])

View file

@ -51,7 +51,7 @@ class radio():
"""
self.hostname = rigctld_ip
self.port = int(rigctld_port)
if self.connect():
logging.debug("Rigctl intialized")
return True