1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-12-07 11:33:21 -05:00

Beam seering CW source: use smaller FIFO size

This commit is contained in:
f4exb 2019-10-31 08:44:50 +01:00
parent 342d8d25f6
commit 8b1de21df2

View File

@ -33,7 +33,7 @@ BeamSteeringCWModSource::BeamSteeringCWModSource() :
m_steeringDegrees(90),
m_mutex(QMutex::Recursive)
{
m_sampleMOFifo.init(2, 4096*64);
m_sampleMOFifo.init(2, 1200*64);
m_vbegin.resize(2);
for (int i = 0; i < 2; i++)