//WIP V3
Default Radio Settings Update - One location for default radio settings GQRX Changes - Default settings - Simpler check to see if GQRX is started - Working process handler
This commit is contained in:
@@ -3,6 +3,7 @@ import shutil
|
||||
import subprocess
|
||||
import threading
|
||||
import time
|
||||
from BotResources import DEFAULT_RADIO_SETTINGS
|
||||
|
||||
|
||||
class OP25Handler(threading.Thread):
|
||||
@@ -12,7 +13,7 @@ class OP25Handler(threading.Thread):
|
||||
self.OP25EXE: str = shutil.which("/home/pi/op25/op25/gr-op25_repeater/apps/rx.py")
|
||||
self.OP25Proc = None
|
||||
|
||||
self.Frequency = None
|
||||
self.Frequency = DEFAULT_RADIO_SETTINGS['freq']
|
||||
|
||||
self.HTTP_ENABLED = False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user