1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-03-21 11:48:54 -04:00

Merge branch 'fix_2378' of https://github.com/srcejon/sdrangel into fix_2378

This commit is contained in:
Jon Beniston 2025-01-21 13:33:17 +00:00
commit 9f61152d37

View File

@ -68,6 +68,7 @@ SSBMod::SSBMod(DeviceAPI *deviceAPI) :
m_basebandSource->setSpectrumSink(&m_spectrumVis);
m_basebandSource->setInputFileStream(&m_ifstream);
m_basebandSource->setChannel(this);
m_basebandSource->setCWKeyer(&m_cwKeyer);
m_basebandSource->moveToThread(m_thread);
applySettings(m_settings, true);