V3_GQRX_Improvements #11

Merged
logan merged 36 commits from V3_GQRX_Improvements into master 2022-04-16 20:52:44 -04:00
Showing only changes of commit fd62da0c6f - Show all commits

View File

@@ -91,7 +91,7 @@ class GQRXHandler(threading.Thread):
self.GQRXProc = subprocess.Popen(gqrx_kwargs, executable=self.GQRXEXE, shell=False, cwd=self.GQRXDir)
while not self.tel_conn():
while not self.tel_conn:
sleep(.5)
def close_gqrx(self):