1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

The first device (R0) is always a buddy leader

This commit is contained in:
f4exb
2017-07-03 23:22:45 +02:00
parent 034610721b
commit 37df628719
2 changed files with 3 additions and 1 deletions
@@ -449,7 +449,7 @@ bool LimeSDRInput::handleMessage(const Message& message)
if (m_deviceShared.m_deviceParams->getDevice() && (LMS_GetChipTemperature(m_deviceShared.m_deviceParams->getDevice(), 0, &temp) == 0))
{
qDebug("LimeSDRInput::handleMessage: MsgGetDeviceInfo: temperature: %f", temp);
//qDebug("LimeSDRInput::handleMessage: MsgGetDeviceInfo: temperature: %f", temp);
}
else
{