mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 06:04:39 -04:00
all source and sink plugins except FileSource and SDRdaemonSource: apply settings with force on construction
This commit is contained in:
@@ -56,6 +56,8 @@ HackRFInput::HackRFInput(DeviceSourceAPI *deviceAPI) :
|
||||
m_deviceAPI->addSink(m_fileSink);
|
||||
|
||||
m_deviceAPI->setBuddySharedPtr(&m_sharedParams);
|
||||
|
||||
applySettings(m_settings, true);
|
||||
}
|
||||
|
||||
HackRFInput::~HackRFInput()
|
||||
|
||||
Reference in New Issue
Block a user