mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
LimeSDR: change antenna labels for Lime Mini (fixed)
This commit is contained in:
@@ -538,6 +538,15 @@ uint32_t LimeSDRInput::getHWLog2Decim() const
|
||||
return m_deviceShared.m_deviceParams->m_log2OvSRRx;
|
||||
}
|
||||
|
||||
DeviceLimeSDRParams::LimeType LimeSDRInput::getLimeType() const
|
||||
{
|
||||
if (m_deviceShared.m_deviceParams) {
|
||||
return m_deviceShared.m_deviceParams->m_type;
|
||||
} else {
|
||||
return DeviceLimeSDRParams::LimeUndefined;
|
||||
}
|
||||
}
|
||||
|
||||
bool LimeSDRInput::handleMessage(const Message& message)
|
||||
{
|
||||
if (MsgConfigureLimeSDR::match(message))
|
||||
|
||||
Reference in New Issue
Block a user