mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 13:47:01 -04:00
Restore tx implementation roadmap
This commit is contained in:
@@ -128,11 +128,11 @@ void FileSinkThread::tick()
|
||||
m_throttleToggle = !m_throttleToggle;
|
||||
}
|
||||
|
||||
// if (m_throttlems > m_maxThrottlems)
|
||||
// {
|
||||
// qDebug("FileSinkThread::tick: m_maxThrottlems: %d", m_maxThrottlems);
|
||||
// m_maxThrottlems = m_throttlems;
|
||||
// }
|
||||
if (m_throttlems > m_maxThrottlems)
|
||||
{
|
||||
qDebug("FileSinkThread::tick: m_maxThrottlems: %d", m_maxThrottlems);
|
||||
m_maxThrottlems = m_throttlems;
|
||||
}
|
||||
|
||||
SampleVector::iterator readUntil;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user