mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 14:35:31 +00:00
Add MMDVM lock file based on an idea by DB1OFH.
This commit is contained in:
parent
867e1745d8
commit
edaf37101a
6 changed files with 93 additions and 4 deletions
|
|
@ -826,6 +826,8 @@ bool CDMRSlot::writeModem(unsigned char *data, unsigned int len)
|
|||
return false;
|
||||
if (m_rfN == m_lastrfN)
|
||||
return false;
|
||||
if (m_rfN != (m_lastrfN + 1U))
|
||||
return false;
|
||||
m_lastrfN = m_rfN;
|
||||
|
||||
// Regenerate the EMB
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue