BUGFIG op25

This commit is contained in:
Logan Cusano
2022-02-18 01:21:52 -05:00
parent 0ca2552567
commit ff048ac8f4

View File

@@ -25,7 +25,7 @@ class OP25Handler(threading.Thread):
print(os.getcwd())
self.OP25Proc = subprocess.Popen([f"python3 {self.OP25Dir}/rx.py", "--args", "'rtl'", "-N", "'LNA:49'", "-s",
self.OP25Proc = subprocess.Popen([f".{self.OP25Dir}/rx.py", "--args", "'rtl'", "-N", "'LNA:49'", "-s",
"200000", "-o", "25600", "-U", "-f", f"{self.Frequency}e6", "-X", "-2",
"-l" "http:0.0.0.0:8080"])