LimeSDR input: corrected report LO ppm to other buddy

pull/85/head
f4exb 2017-09-20 22:49:21 +02:00
rodzic e127952c19
commit c44981eecc
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -379,6 +379,7 @@ bool PlutoSDRInput::applySettings(const PlutoSDRInputSettings& settings, bool fo
if ((m_settings.m_LOppmTenths != settings.m_LOppmTenths) || force)
{
plutoBox->setLOPPMTenths(settings.m_LOppmTenths);
forwardChangeOtherDSP = true;
}
std::vector<std::string> params;