mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-01-05 16:20:23 +01:00
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.set_demodulator(mod)
|
||||
self.dsp.start()
|
||||
|
||||
def set_squelch_level(self, lvl):
|
||||
self.dsp.set_squelch_level(lvl)
|
||||
|
|
|
|||
Loading…
Reference in a new issue