mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 14:35:31 +00:00
Add M17 Codec 1600 mode on RX and remove the remains of M17 packet mode
support.
This commit is contained in:
parent
bfacdee8e2
commit
e2e5ddf4c8
14 changed files with 94 additions and 107 deletions
|
|
@ -50,7 +50,7 @@ bool CDMRControl::processWakeup(const unsigned char* data)
|
|||
assert(data != NULL);
|
||||
|
||||
// Wakeups always come in on slot 1
|
||||
if (data[0U] != TAG_DATA1 || data[1U] != (DMR_IDLE_RX | DMR_SYNC_DATA | DT_CSBK))
|
||||
if (data[0U] != TAG_DATA || data[1U] != (DMR_IDLE_RX | DMR_SYNC_DATA | DT_CSBK))
|
||||
return false;
|
||||
|
||||
CDMRCSBK csbk;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue