1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

PlutoSDR input: restored LO ppm correction

This commit is contained in:
f4exb
2017-09-10 17:18:08 +02:00
parent 251fcd202d
commit 924eddd3b8
3 changed files with 14 additions and 12 deletions
@@ -358,10 +358,10 @@ bool PlutoSDRInput::applySettings(const PlutoSDRInputSettings& settings, bool fo
}
}
// if ((m_settings.m_LOppmTenths != settings.m_LOppmTenths) || force)
// {
// plutoBox->setLOPPMTenths(settings.m_LOppmTenths);
// }
if ((m_settings.m_LOppmTenths != settings.m_LOppmTenths) || force)
{
plutoBox->setLOPPMTenths(settings.m_LOppmTenths);
}
std::vector<std::string> params;
bool paramsToSet = false;