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

more debug messages

This commit is contained in:
f4exb
2015-08-10 22:15:16 +02:00
parent 058fcdc4e1
commit 85897281ee
3 changed files with 14 additions and 4 deletions
@@ -166,11 +166,12 @@ bool BladerfInput::startInput(int device)
}
m_bladerfThread->startWork();
m_deviceDescription = "BladeRF";
mutexLocker.unlock();
applySettings(m_generalSettings, m_settings, true);
qDebug("bladerfInput: start");
qDebug("BladerfInput::startInput: started");
//MsgReportBladerf::create(m_gains)->submit(m_guiMessageQueue); Pass anything here
return true;