get the squelch, too

This commit is contained in:
Jakob Ketterl 2019-05-04 23:14:31 +02:00
parent f05afc4b0a
commit 6c82c36915
1 changed files with 3 additions and 0 deletions

View File

@ -153,3 +153,6 @@ class DspThread(threading.Thread):
self.dsp.stop()
self.dsp.set_demodulator(mod)
self.dsp.start()
def set_squelch_level(self, lvl):
self.dsp.set_squelch_level(lvl)