CTCSS threshold is level agnostic, experimental

This commit is contained in:
Geoffrey Merck 2020-04-25 22:12:16 +02:00
parent 8c38fdb36d
commit d2d50e21e1
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;
}