BUGFIG never started OP25
This commit is contained in:
1
bot.py
1
bot.py
@@ -301,6 +301,7 @@ class Bot(commands.Bot):
|
||||
|
||||
elif self.Handler == 'op25':
|
||||
self.OP25Handler.set_op25_parameters(self.freq)
|
||||
self.OP25Handler.start()
|
||||
|
||||
# Set the started variable for later checks
|
||||
self.sdr_started = True
|
||||
|
||||
@@ -21,7 +21,7 @@ class OP25Handler(threading.Thread):
|
||||
if self.OP25Proc is not None:
|
||||
self.close_op25()
|
||||
|
||||
print(f"Starting OBS")
|
||||
print(f"Starting OP25")
|
||||
os.chdir(self.OP25Dir)
|
||||
|
||||
self.OP25Proc = subprocess.Popen([f"./rx.py", "--args", "'rtl'", "-N", "'LNA:49'", "-s", "200000", "-o",
|
||||
|
||||
Reference in New Issue
Block a user