Added debug http server to ensure the app is running
This commit is contained in:
@@ -25,7 +25,7 @@ class OP25Handler(threading.Thread):
|
||||
os.chdir(self.OP25Dir)
|
||||
|
||||
self.OP25Proc = subprocess.Popen([f"./rx.py", "--args", "'rtl'", "-N", "'LNA:49'", "-s", "200000", "-o",
|
||||
"25600", "-U", "-f", f"{self.Frequency}e6", "-X", "-2"], shell=True,
|
||||
"25600", "-U", "-f", f"{self.Frequency}e6", "-X", "-2", "-l" "http:0.0.0.0:8080"], shell=True,
|
||||
stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
||||
|
||||
def close_op25(self):
|
||||
|
||||
Reference in New Issue
Block a user