mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-22 16:25:45 +08:00
Reset lastFrameValid when used up.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user