mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 22:14:45 -04:00
TestMOSync: process center frequency when applying settings
This commit is contained in:
@@ -249,6 +249,11 @@ bool TestMOSync::applySettings(const TestMOSyncSettings& settings, bool force)
|
||||
<< " m_fcPosTx: " << settings.m_fcPosTx
|
||||
<< " force: " << force;
|
||||
|
||||
if ((m_settings.m_centerFrequency != settings.m_centerFrequency) || force)
|
||||
{
|
||||
forwardChangeTxDSP = true;
|
||||
}
|
||||
|
||||
if ((m_settings.m_sampleRate != settings.m_sampleRate) || force)
|
||||
{
|
||||
if (m_sinkThread) {
|
||||
|
||||
Reference in New Issue
Block a user