mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
Split the DMR TX hang time from the mode hang time.
This commit is contained in:
parent
dd5e86a66d
commit
ed6586fa58
7 changed files with 85 additions and 13 deletions
|
|
@ -651,6 +651,11 @@ bool CModem::hasYSFSpace() const
|
|||
return space > 1U;
|
||||
}
|
||||
|
||||
bool CModem::hasTX() const
|
||||
{
|
||||
return m_tx;
|
||||
}
|
||||
|
||||
bool CModem::hasLockout() const
|
||||
{
|
||||
return m_lockout;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue