mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-05 06:26:42 +00:00
Double the signal level to the CTCSS decoder.
This commit is contained in:
parent
e8ed77241c
commit
d08a3690b0
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ m_rxLevelInverse(1)
|
|||
|
||||
uint8_t CFMCTCSSRX::setParams(uint8_t frequency, uint8_t threshold, uint8_t level)
|
||||
{
|
||||
m_rxLevelInverse = 255 / q15_t(level);
|
||||
m_rxLevelInverse = 511 / q15_t(level);
|
||||
|
||||
m_coeffDivTwo = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue