mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-17 05:08:54 -04:00
LimeSDR: removed applySettings from start sequence as it has nothing to do here
This commit is contained in:
@@ -334,8 +334,6 @@ bool LimeSDROutput::start()
|
||||
return false;
|
||||
}
|
||||
|
||||
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