mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-11 10:18:38 -04:00
Multi device support: Apply previous changes to RTL-SDR.
This commit is contained in:
@@ -156,10 +156,8 @@ void BladerfGui::handleDSPMessages()
|
||||
m_sampleRate = notif->getSampleRate();
|
||||
m_deviceCenterFrequency = notif->getCenterFrequency();
|
||||
qDebug("BladerfGui::handleDSPMessages: SampleRate:%d, CenterFrequency:%llu", notif->getSampleRate(), notif->getCenterFrequency());
|
||||
// updateCenterFreqDisplay();
|
||||
updateSampleRateAndFrequency();
|
||||
// qDebug() << "MainWindow::handleDSPMessages: forward to file sink";
|
||||
// m_fileSink->handleMessage(*notif);
|
||||
m_fileSink->handleMessage(*notif); // forward to file sink
|
||||
|
||||
delete message;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user