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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user