fix ft8/usb switchover

This commit is contained in:
Jakob Ketterl 2019-07-12 19:28:40 +02:00
parent 2470c2bfa6
commit c19337d65c
1 changed files with 1 additions and 0 deletions

View File

@ -203,6 +203,7 @@ class dsp(object):
if self.get_secondary_demodulator() == what:
return
self.secondary_demodulator = what
self.calculate_decimation()
self.restart()
def secondary_fft_block_size(self):