1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-10 17:58:36 -04:00

SDRDaemonSource: allow zero frequency and correct some calculations based on meta data

This commit is contained in:
f4exb
2018-09-13 14:58:35 +02:00
parent 0a2329ffe7
commit a07f01b021
3 changed files with 12 additions and 80 deletions
@@ -195,7 +195,7 @@ void SDRdaemonSourceUDPHandler::processData()
change = true;
}
if (change && (m_samplerate != 0) && (m_centerFrequency != 0))
if (change && (m_samplerate != 0))
{
qDebug("SDRdaemonSourceUDPHandler::processData: m_samplerate: %u m_centerFrequency: %u kHz", m_samplerate, m_centerFrequency);