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

HackRF output: force settings at startup and on deserialize

This commit is contained in:
f4exb
2017-10-14 07:13:57 +02:00
parent 6b1f0cc2fd
commit 2d27235769
5 changed files with 14 additions and 7 deletions
@@ -183,7 +183,7 @@ bool HackRFOutput::handleMessage(const Message& message)
MsgConfigureHackRF& conf = (MsgConfigureHackRF&) message;
qDebug() << "HackRFOutput::handleMessage: MsgConfigureHackRF";
bool success = applySettings(conf.getSettings(), false);
bool success = applySettings(conf.getSettings(), conf.getForce());
if (!success)
{