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

Fixed FCD Pro LNA gain setting

This commit is contained in:
f4exb
2015-09-08 08:28:43 +02:00
parent f23a115c23
commit 178704be1c
4 changed files with 23 additions and 25 deletions
+1 -1
View File
@@ -250,7 +250,7 @@ void FCDProInput::applySettings(const Settings& settings, bool force)
if (m_dev != 0)
{
set_ifFilter(settings.lnaGainIndex);
set_lnaGain(settings.lnaGainIndex);
}
}