CTCSS threshold is level agnostic, experimental

(cherry picked from commit d2d50e21e1)
This commit is contained in:
Geoffrey Merck 2020-04-25 22:12:16 +02:00
parent 4d664c4aa4
commit d973238596
3 changed files with 21 additions and 2 deletions

5
IO.cpp
View file

@ -592,3 +592,8 @@ bool CIO::hasLockout() const
{
return m_lockout;
}
q15_t CIO::getRxLevel() const
{
return m_rxLevel;
}