mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-06 06:55:05 +00:00
Add independent transmit levels.
This commit is contained in:
parent
8c96a48b2b
commit
62743345a4
7 changed files with 44 additions and 19 deletions
|
|
@ -161,7 +161,7 @@ void CYSFTX::writeByte(uint8_t c)
|
|||
|
||||
::arm_fir_fast_q15(&m_modFilter, inBuffer, outBuffer, blockSize);
|
||||
|
||||
io.write(outBuffer, blockSize);
|
||||
io.write(STATE_YSF, outBuffer, blockSize);
|
||||
}
|
||||
|
||||
void CYSFTX::setTXDelay(uint8_t delay)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue