Updated Debian changelog

This commit is contained in:
f4exb 2017-11-29 17:32:53 +01:00
parent 21ea6eddf1
commit cba68e2561
2 changed files with 1 additions and 1 deletions

1
debian/changelog vendored
View File

@ -4,6 +4,7 @@ sdrangel (3.8.5-1) unstable; urgency=medium
* Web API: online static documentation page
* Web API: implemented all main window methods
* LimeSDR: fixed analog LP filter setting
* LimeSDR: builds done with LimeSuite commit 0167e64 to suport LimeSDR mini
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 02 Dec 2017 12:14:18 +0100

View File

@ -897,7 +897,6 @@ bool LimeSDROutput::applySettings(const LimeSDROutputSettings& settings, bool fo
}
else
{
//doCalibration = true;
qDebug("LimeSDROutput::applySettings: LPF set to %f Hz", m_settings.m_lpfBW);
}
}