mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-04 16:01:14 -05:00
LimeSDR: removed applySettings from start sequence as it has nothing to do here
This commit is contained in:
parent
2572f2be84
commit
78490ffff0
@ -334,8 +334,6 @@ bool LimeSDROutput::start()
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
applySettings(m_settings, true);
|
|
||||||
|
|
||||||
// start / stop streaming is done in the thread.
|
// start / stop streaming is done in the thread.
|
||||||
|
|
||||||
if ((m_limeSDROutputThread = new LimeSDROutputThread(&m_streamId, &m_sampleSourceFifo)) == 0)
|
if ((m_limeSDROutputThread = new LimeSDROutputThread(&m_streamId, &m_sampleSourceFifo)) == 0)
|
||||||
|
@ -321,8 +321,6 @@ bool LimeSDRInput::start()
|
|||||||
|
|
||||||
if (m_running) { stop(); }
|
if (m_running) { stop(); }
|
||||||
|
|
||||||
applySettings(m_settings, true);
|
|
||||||
|
|
||||||
// start / stop streaming is done in the thread.
|
// start / stop streaming is done in the thread.
|
||||||
|
|
||||||
if ((m_limeSDRInputThread = new LimeSDRInputThread(&m_streamId, &m_sampleFifo)) == 0)
|
if ((m_limeSDRInputThread = new LimeSDRInputThread(&m_streamId, &m_sampleFifo)) == 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user