get the squelch, too
This commit is contained in:
parent
f05afc4b0a
commit
6c82c36915
@ -153,3 +153,6 @@ class DspThread(threading.Thread):
|
|||||||
self.dsp.stop()
|
self.dsp.stop()
|
||||||
self.dsp.set_demodulator(mod)
|
self.dsp.set_demodulator(mod)
|
||||||
self.dsp.start()
|
self.dsp.start()
|
||||||
|
|
||||||
|
def set_squelch_level(self, lvl):
|
||||||
|
self.dsp.set_squelch_level(lvl)
|
||||||
|
Loading…
Reference in New Issue
Block a user