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

RTL-SDR: force settings at startup and on deserialize

This commit is contained in:
f4exb
2017-10-14 07:07:32 +02:00
parent edb2ae985f
commit 9eee869ccd
5 changed files with 14 additions and 7 deletions
+1 -1
View File
@@ -249,7 +249,7 @@ bool RTLSDRInput::handleMessage(const Message& message)
MsgConfigureRTLSDR& conf = (MsgConfigureRTLSDR&) message;
qDebug() << "RTLSDRInput::handleMessage: MsgConfigureRTLSDR";
bool success = applySettings(conf.getSettings(), false);
bool success = applySettings(conf.getSettings(), conf.getForce());
if (!success)
{