1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -04:00

SDRdaemon plugin: update settings after deserialization

This commit is contained in:
f4exb
2016-02-20 10:10:11 +01:00
parent b59c28d4c7
commit 952a32172d
3 changed files with 33 additions and 14 deletions
@@ -136,7 +136,7 @@ void SDRdaemonUDPHandler::processData()
DSPEngine::instance()->getInputMessageQueue()->push(notif);
SDRdaemonInput::MsgReportSDRdaemonStreamData *report = SDRdaemonInput::MsgReportSDRdaemonStreamData::create(
m_samplerate,
m_centerFrequency, // Frequency in kHz for the GUI
m_centerFrequency * 1000, // Frequency in Hz for the GUI
m_tv_sec,
m_tv_usec);
m_outputMessageQueueToGUI->push(report);