mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-05-24 11:12:27 -04:00
Metis MISO: fixed useless dependency on decimation for Tx in apply settings
This commit is contained in:
parent
68edf32cd7
commit
10a639079a
@ -435,8 +435,7 @@ bool MetisMISO::applySettings(const MetisMISOSettings& settings, bool force)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((m_settings.m_txCenterFrequency != settings.m_txCenterFrequency) ||
|
if ((m_settings.m_txCenterFrequency != settings.m_txCenterFrequency) || force)
|
||||||
(m_settings.m_log2Decim != settings.m_log2Decim) || force)
|
|
||||||
{
|
{
|
||||||
DSPMIMOSignalNotification *engineTxNotif = new DSPMIMOSignalNotification(
|
DSPMIMOSignalNotification *engineTxNotif = new DSPMIMOSignalNotification(
|
||||||
48000, settings.m_txCenterFrequency, false, 0);
|
48000, settings.m_txCenterFrequency, false, 0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user