mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-05-24 03:02:29 -04:00
SDRdaemon plugin: fixed start not actually starting
This commit is contained in:
parent
591ffd2f0e
commit
09e724bbdb
@ -76,6 +76,10 @@ void SDRdaemonUDPHandler::start()
|
|||||||
m_dataConnected = false;
|
m_dataConnected = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Need to notify the DSP engine to actually start
|
||||||
|
DSPSignalNotification *notif = new DSPSignalNotification(m_samplerate, m_centerFrequency * 1000); // Frequency in Hz for the DSP engine
|
||||||
|
DSPEngine::instance()->getInputMessageQueue()->push(notif);
|
||||||
}
|
}
|
||||||
|
|
||||||
void SDRdaemonUDPHandler::stop()
|
void SDRdaemonUDPHandler::stop()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user