mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 14:04:46 -04:00
REST API: MIMO device plugins implementations and fixes
This commit is contained in:
@@ -344,6 +344,14 @@ bool BladeRF2MIMOGui::handleMessage(const Message& message)
|
||||
|
||||
return true;
|
||||
}
|
||||
else if (BladeRF2MIMO::MsgConfigureBladeRF2MIMO::match(message))
|
||||
{
|
||||
const BladeRF2MIMO::MsgConfigureBladeRF2MIMO& notif = (const BladeRF2MIMO::MsgConfigureBladeRF2MIMO&) message;
|
||||
m_settings = notif.getSettings();
|
||||
displaySettings();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user