1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-24 11:04:10 -04:00

BladeRF output: force settings at startup and on deserialize

This commit is contained in:
f4exb
2017-10-14 07:10:42 +02:00
parent 9eee869ccd
commit 6b1f0cc2fd
5 changed files with 14 additions and 7 deletions
@@ -207,7 +207,7 @@ bool BladerfOutput::handleMessage(const Message& message)
MsgConfigureBladerf& conf = (MsgConfigureBladerf&) message;
qDebug() << "BladerfInput::handleMessage: MsgConfigureBladerf";
if (!applySettings(conf.getSettings(), false))
if (!applySettings(conf.getSettings(), conf.getForce()))
{
qDebug("BladeRF config error");
}