Skip to content

Commit

Permalink
Add missing settings keys. For f4exb#1690.
Browse files Browse the repository at this point in the history
  • Loading branch information
srcejon committed Jul 3, 2023
1 parent 3835a8b commit 4759fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/samplesink/plutosdroutput/plutosdroutput.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ bool PlutoSDROutput::handleMessage(const Message& message)
PlutoSDROutputSettings newSettings = m_settings;
newSettings.m_lpfFIREnable = conf.isLpfFirEnable();

applySettings(newSettings, QList<QString>{"lpfFIREnable"});
applySettings(newSettings, QList<QString>{"devSampleRate", "lpfFIRlog2Interp", "lpfFIRBW", "LOppmTenths", "lpfFIREnable"});

return true;
}
Expand Down

0 comments on commit 4759fda

Please sign in to comment.