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
|
|
@ -298,7 +298,7 @@ void CDMRTX::writeByte(uint8_t c, uint8_t control)
|
|||
|
||||
::arm_fir_fast_q15(&m_modFilter, inBuffer, outBuffer, blockSize);
|
||||
|
||||
io.write(outBuffer, blockSize, controlBuffer);
|
||||
io.write(STATE_DMR, outBuffer, blockSize, controlBuffer);
|
||||
}
|
||||
|
||||
uint16_t CDMRTX::getSpace1() const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue