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

2
IO.h
View file

@ -56,6 +56,8 @@ public:
void selfTest();
q15_t getRxLevel() const;
private:
bool m_started;