1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-09 09:25:07 -04:00

LimeSDR output: force apply settings on start

This commit is contained in:
f4exb
2017-05-13 14:36:44 +02:00
parent 154f22d268
commit 72b1bb8ac5
2 changed files with 3 additions and 1 deletions
@@ -273,6 +273,8 @@ bool LimeSDROutput::start()
if (m_running) stop();
applySettings(m_settings, true);
// start / stop streaming is done in the thread.
if ((m_limeSDROutputThread = new LimeSDROutputThread(&m_streamId, &m_sampleSourceFifo)) == 0)