mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-08-21 14:36:21 +02:00
Trying to fix no tx, WIP
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user