Put idle into the second DMO slot instead of the repeat of the data. MD380/390 bug workaround.

This commit is contained in:
Jonathan Naylor 2017-04-05 14:19:25 +01:00
parent d5531177f2
commit 9d4779e4c3
3 changed files with 26 additions and 3 deletions

View file

@ -273,6 +273,7 @@ uint8_t CSerialPort::setConfig(const uint8_t* data, uint8_t length)
dmrTX.setColorCode(colorCode);
dmrRX.setColorCode(colorCode);
dmrRX.setDelay(dmrDelay);
dmrDMOTX.setColorCode(colorCode);
dmrDMORX.setColorCode(colorCode);
dmrIdleRX.setColorCode(colorCode);