mirror of
https://github.com/g4klx/MMDVM_HS.git
synced 2026-04-05 14:35:14 +00:00
Adapting original duplex DMR code to MMDVM_HS
This commit is contained in:
parent
ba44cf9f66
commit
e86e1bfdd2
17 changed files with 216 additions and 455 deletions
|
|
@ -230,6 +230,8 @@ uint8_t CSerialPort::setConfig(const uint8_t* data, uint8_t length)
|
|||
uint8_t colorCode = data[6U];
|
||||
if (colorCode > 15U)
|
||||
return 4U;
|
||||
|
||||
uint8_t dmrDelay = data[7U];
|
||||
|
||||
m_modemState = modemState;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue