fix ft8/usb switchover
This commit is contained in:
parent
2470c2bfa6
commit
c19337d65c
1
csdr.py
1
csdr.py
@ -203,6 +203,7 @@ class dsp(object):
|
|||||||
if self.get_secondary_demodulator() == what:
|
if self.get_secondary_demodulator() == what:
|
||||||
return
|
return
|
||||||
self.secondary_demodulator = what
|
self.secondary_demodulator = what
|
||||||
|
self.calculate_decimation()
|
||||||
self.restart()
|
self.restart()
|
||||||
|
|
||||||
def secondary_fft_block_size(self):
|
def secondary_fft_block_size(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user