mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 22:17:38 +00:00
Allow for a seperate FM timeout value.
This commit is contained in:
parent
960a60f382
commit
f8bce3823a
5 changed files with 14 additions and 3 deletions
|
|
@ -623,7 +623,7 @@ int CMMDVMHost::run()
|
|||
unsigned int ackMinTime = m_conf.getFMAckMinTime();
|
||||
unsigned int ackDelay = m_conf.getFMAckDelay();
|
||||
float ackLevel = m_conf.getFMAckLevel();
|
||||
unsigned int timeout = m_conf.getTimeout();
|
||||
unsigned int timeout = m_conf.getFMTimeout();
|
||||
float timeoutLevel = m_conf.getFMTimeoutLevel();
|
||||
float ctcssFrequency = m_conf.getFMCTCSSFrequency();
|
||||
float ctcssThreshold = m_conf.getFMCTCSSThreshold();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue