mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 06:25:24 +00:00
Put in modem inactivity timer and resetting code.
This commit is contained in:
parent
f86a075d10
commit
07d07a5397
2 changed files with 18 additions and 2 deletions
1
Modem.h
1
Modem.h
|
|
@ -89,6 +89,7 @@ private:
|
|||
CRingBuffer<unsigned char> m_rxYSFData;
|
||||
CRingBuffer<unsigned char> m_txYSFData;
|
||||
CTimer m_statusTimer;
|
||||
CTimer m_inactivityTimer;
|
||||
unsigned int m_dstarSpace;
|
||||
unsigned int m_dmrSpace1;
|
||||
unsigned int m_dmrSpace2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue