update noisegate #9

Closed
logan wants to merge 30 commits from master into NoiseGateV2
Showing only changes of commit 8355b98da5 - Show all commits

View File

@@ -19,7 +19,7 @@ class GQRXHandler():
def change_freq(self, freq):
print(f"Changing freq to {freq}")
self.tel_conn.write(bytes(f"F {int(freq)}", 'utf-8'))
sleep(.5)
self.tel_conn.read_until('RPRT 0')
def change_squelch(self, squelch):
if not check_negative(squelch):