mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
LimeSDR: removed applySettings from start sequence as it has nothing to do here
This commit is contained in:
@@ -321,8 +321,6 @@ bool LimeSDRInput::start()
|
||||
|
||||
if (m_running) { stop(); }
|
||||
|
||||
applySettings(m_settings, true);
|
||||
|
||||
// start / stop streaming is done in the thread.
|
||||
|
||||
if ((m_limeSDRInputThread = new LimeSDRInputThread(&m_streamId, &m_sampleFifo)) == 0)
|
||||
|
||||
Reference in New Issue
Block a user