Skip to content

Commit

Permalink
Merge pull request #2380 from srcejon/fix_2375
Browse files Browse the repository at this point in the history
Fix SSB Mod Morse keyer
  • Loading branch information
f4exb authored Jan 20, 2025
2 parents e38e2e7 + b2a1dc3 commit 3c7fd19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/channeltx/modssb/ssbmod.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 3c7fd19

Please sign in to comment.