mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-06 15:06:00 +00:00
proper shutdown of dsp thread
This commit is contained in:
parent
cb0d59de61
commit
142a4c87bd
1 changed files with 1 additions and 0 deletions
|
|
@ -155,6 +155,7 @@ class DspManager(object):
|
|||
|
||||
def stop(self):
|
||||
self.doRun = False
|
||||
self.dsp.stop()
|
||||
|
||||
def setProperty(self, prop, value):
|
||||
self.localProps.getProperty(prop).setValue(value)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue