mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-05 06:26:42 +00:00
Add extra idle frames at the start of a DMR DMO transmission.
This commit is contained in:
parent
bcbfb66131
commit
3814d4243c
3 changed files with 40 additions and 7 deletions
|
|
@ -270,6 +270,7 @@ uint8_t CSerialPort::setConfig(const uint8_t* data, uint8_t length)
|
|||
dmrDMOTX.setTXDelay(txDelay);
|
||||
|
||||
dmrTX.setColorCode(colorCode);
|
||||
dmrDMOTX.setColorCode(colorCode);
|
||||
dmrRX.setColorCode(colorCode);
|
||||
dmrRX.setDelay(dmrDelay);
|
||||
dmrDMORX.setColorCode(colorCode);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue