mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-05 15:34:57 -04:00
Fixed stop acquisition not working when sample rate is too high
This commit is contained in:
@@ -103,7 +103,9 @@ void DSPEngine::stopAcquistion()
|
||||
{
|
||||
qDebug() << "DSPEngine::stopAcquistion";
|
||||
DSPAcquisitionStop cmd;
|
||||
m_syncMessenger.sendWait(cmd);
|
||||
m_syncMessenger.storeMessage(cmd);
|
||||
handleSynchronousMessages();
|
||||
|
||||
|
||||
if(m_dcOffsetCorrection)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user