mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-05 14:37:02 +00:00
CTCSS threshold is level agnostic, experimental
(cherry picked from commit d2d50e21e1)
This commit is contained in:
parent
4d664c4aa4
commit
d973238596
3 changed files with 21 additions and 2 deletions
5
IO.cpp
5
IO.cpp
|
|
@ -592,3 +592,8 @@ bool CIO::hasLockout() const
|
|||
{
|
||||
return m_lockout;
|
||||
}
|
||||
|
||||
q15_t CIO::getRxLevel() const
|
||||
{
|
||||
return m_rxLevel;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue