mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-08-21 14:36:21 +02:00
Add independent transmit levels.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user