mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 06:25:24 +00:00
Add a playout timer to avoid flooding the modem with data.
This commit is contained in:
parent
f5a6bdc6bb
commit
582775aeed
2 changed files with 17 additions and 0 deletions
1
Modem.h
1
Modem.h
|
|
@ -100,6 +100,7 @@ private:
|
|||
CRingBuffer<unsigned char> m_txYSFData;
|
||||
CTimer m_statusTimer;
|
||||
CTimer m_inactivityTimer;
|
||||
CTimer m_playoutTimer;
|
||||
unsigned int m_dstarSpace;
|
||||
unsigned int m_dmrSpace1;
|
||||
unsigned int m_dmrSpace2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue