mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 06:53:42 +00:00
Add RAW data in and out of the FM repeater for SVXLink.
This commit is contained in:
parent
d7ee4c18b3
commit
77d38f37e0
5 changed files with 213 additions and 153 deletions
|
|
@ -147,7 +147,7 @@ unsigned int CFMControl::readModem(unsigned char* data, unsigned int space)
|
|||
space = 240U; // 160 samples 12-bit
|
||||
|
||||
float netData[160U]; // Modem can handle up to 160 samples at a time
|
||||
unsigned int length = m_network->read(netData, 160U); // 160 samples 12-bit
|
||||
unsigned int length = m_network->readData(netData, 160U); // 160 samples 12-bit
|
||||
if (length == 0U)
|
||||
return 0U;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue