Fix SSB Mod Morse keyer

pull/2380/head
Jon Beniston 2025-01-20 09:25:33 +00:00
rodzic 83b36c6aab
commit b2a1dc3569
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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);