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

pull/85/head
f4exb 2017-10-25 00:23:12 +02:00
rodzic ec225344d3
commit b5c0eb9f9d
2 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -334,6 +334,8 @@ 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)

Wyświetl plik

@ -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)