mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 14:35:31 +00:00
Reset lastFrameValid when used up.
This commit is contained in:
parent
ad4cb859b5
commit
443c363b1c
2 changed files with 5 additions and 1 deletions
|
|
@ -848,6 +848,8 @@ void CDStarControl::insertSilence(unsigned int count)
|
|||
writeQueueDataNet(m_lastFrame);
|
||||
}
|
||||
} else {
|
||||
m_lastFrameValid = false;
|
||||
|
||||
if (n == 0U)
|
||||
writeQueueDataNet(DSTAR_NULL_FRAME_SYNC_BYTES);
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue