mirror of https://github.com/g4klx/MMDVM.git
Update DMRSlotRX.cpp
Widen the search for the data and voice syncs back to how they were.
This commit is contained in:
parent
688488620a
commit
797bf92617
|
@ -98,7 +98,7 @@ bool CDMRSlotRX::processSample(q15_t sample)
|
|||
|
||||
// The approximate position of the sync samples, XXX to be updated later
|
||||
// XXX change range when m_endPtr is set, make it tighter.
|
||||
if (m_dataPtr >= 375U && m_dataPtr <= 530U)
|
||||
if (m_dataPtr >= 160U && m_dataPtr <= 530U)
|
||||
correlateSync(sample);
|
||||
|
||||
if (m_dataPtr == m_endPtr) {
|
||||
|
|
Loading…
Reference in New Issue