Trying to fix no tx, WIP

This commit is contained in:
Geoffrey Merck
2020-05-11 22:32:24 +02:00
parent b4a125a759
commit 042c26b3bb
2 changed files with 31 additions and 23 deletions
+2 -1
View File
@@ -51,7 +51,7 @@ class CFM {
public:
CFM();
void samples(bool cos, const q15_t* samples, uint8_t length);
void samples(bool cos, q15_t* samples, uint8_t length);
void process();
@@ -117,6 +117,7 @@ private:
void clock(uint8_t length);
void sendCallsign();
void sendBeeps();
void beginRelaying();
void insertDelay(uint16_t ms);