1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

LimeSDR: reverted changes of commit 78490ff: reinstated the apply settings forced at start time

This commit is contained in:
f4exb
2017-10-25 00:23:12 +02:00
parent ec225344d3
commit b5c0eb9f9d
2 changed files with 4 additions and 0 deletions
@@ -321,6 +321,8 @@ 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)