mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-04 15:04:38 -04:00
LimeSDR: reduced delay after LMS_StartStream and LMS_StopStream to 0.1s
This commit is contained in:
@@ -79,7 +79,7 @@ void LimeSDROutputThread::run()
|
||||
if (LMS_StartStream(m_stream) < 0) {
|
||||
qCritical("LimeSDROutputThread::run: could not start stream");
|
||||
} else {
|
||||
usleep(500000);
|
||||
usleep(100000);
|
||||
qDebug("LimeSDROutputThread::run: stream started");
|
||||
}
|
||||
|
||||
@@ -123,7 +123,7 @@ void LimeSDROutputThread::run()
|
||||
if (LMS_StopStream(m_stream) < 0) {
|
||||
qCritical("LimeSDROutputThread::run: could not stop stream");
|
||||
} else {
|
||||
usleep(500000);
|
||||
usleep(100000);
|
||||
qDebug("LimeSDROutputThread::run: stream stopped");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user