mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-08-21 22:46:22 +02:00
Add independent transmit levels.
This commit is contained in:
+1
-1
@@ -452,7 +452,7 @@ void CDStarTX::writeByte(uint8_t c)
|
||||
|
||||
::arm_fir_fast_q15(&m_modFilter, inBuffer, outBuffer, blockSize);
|
||||
|
||||
io.write(outBuffer, blockSize);
|
||||
io.write(STATE_DSTAR, outBuffer, blockSize);
|
||||
}
|
||||
|
||||
void CDStarTX::setTXDelay(uint8_t delay)
|
||||
|
||||
Reference in New Issue
Block a user