Allow for a seperate FM timeout value.

This commit is contained in:
Jonathan Naylor
2020-04-15 14:14:38 +01:00
parent 960a60f382
commit f8bce3823a
5 changed files with 14 additions and 3 deletions

View File

@@ -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();