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

AirSpy: force settings at startup and on deserialize

This commit is contained in:
f4exb
2017-10-14 06:30:48 +02:00
parent ccd2e04f0b
commit 4af7c40641
5 changed files with 16 additions and 7 deletions
+1 -1
View File
@@ -227,7 +227,7 @@ bool AirspyInput::handleMessage(const Message& message)
MsgConfigureAirspy& conf = (MsgConfigureAirspy&) message;
qDebug() << "AirspyInput::handleMessage: MsgConfigureAirspy";
bool success = applySettings(conf.getSettings(), false);
bool success = applySettings(conf.getSettings(), conf.getForce());
if (!success)
{