1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 13:47:01 -04:00

Morse Decoder: added scope from RTTY decoder

This commit is contained in:
f4exb
2024-05-17 18:51:13 +02:00
parent 39bc799509
commit 112cd4cac4
8 changed files with 371 additions and 2 deletions
@@ -122,6 +122,7 @@ void MorseDecoder::start()
&QThread::deleteLater
);
m_worker->setScopeVis(&m_scopeVis);
m_worker->setMessageQueueToFeature(getInputMessageQueue());
m_worker->startWork();
m_state = StRunning;