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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user