1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 14:04:46 -04:00

LimeSDR: set buddy configuration from the source or sink and not from the GUI

This commit is contained in:
f4exb
2017-09-18 01:05:08 +02:00
parent d59d2a2372
commit b5a7a65d85
6 changed files with 74 additions and 90 deletions
@@ -151,9 +151,6 @@ bool LimeSDRInputGUI::handleMessage(const Message& message)
displaySettings();
blockApplySettings(false);
LimeSDRInput::MsgSetReferenceConfig* conf = LimeSDRInput::MsgSetReferenceConfig::create(m_settings);
m_sampleSource->getInputMessageQueue()->push(conf); // TODO: remove from here should be done device to device
return true;
}
else if (DeviceLimeSDRShared::MsgCrossReportToBuddy::match(message))
@@ -165,9 +162,6 @@ bool LimeSDRInputGUI::handleMessage(const Message& message)
displaySettings();
blockApplySettings(false);
LimeSDRInput::MsgSetReferenceConfig* conf = LimeSDRInput::MsgSetReferenceConfig::create(m_settings);
m_sampleSource->getInputMessageQueue()->push(conf);
return true;
}
else if (LimeSDRInput::MsgReportStreamInfo::match(message))