mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-10 10:33:29 -05:00
Web API: RTLSDR GUI settings update
This commit is contained in:
parent
34cb4aa89b
commit
33bca44fc1
@ -138,6 +138,13 @@ bool RTLSDRGui::handleMessage(const Message& message)
|
|||||||
displayGains();
|
displayGains();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
else if (RTLSDRInput::MsgConfigureRTLSDR::match(message))
|
||||||
|
{
|
||||||
|
const RTLSDRInput::MsgConfigureRTLSDR& cfg = (RTLSDRInput::MsgConfigureRTLSDR&) message;
|
||||||
|
m_settings = cfg.getSettings();
|
||||||
|
displaySettings();
|
||||||
|
return true;
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user