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

Perseus support final

This commit is contained in:
f4exb
2018-02-08 23:26:10 +01:00
parent 7e940e3a43
commit f4bf4d0b99
7 changed files with 21 additions and 7 deletions
@@ -48,7 +48,7 @@ void PerseusThread::startWork()
void PerseusThread::stopWork()
{
qDebug("AirspyThread::stopWork");
qDebug("PerseusThread::stopWork");
m_running = false;
wait();
}
@@ -75,6 +75,7 @@ void PerseusThread::run()
}
else
{
qDebug("PerseusThread::run: start Perseus Rx");
while (m_running) {
sleep(1);
}