mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 23:45:49 +08:00
Ignore M17 packet data, for now.
This commit is contained in:
@@ -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_DATA || data[1U] != (DMR_IDLE_RX | DMR_SYNC_DATA | DT_CSBK))
|
||||
if (data[0U] != TAG_DATA1 || data[1U] != (DMR_IDLE_RX | DMR_SYNC_DATA | DT_CSBK))
|
||||
return false;
|
||||
|
||||
CDMRCSBK csbk;
|
||||
|
||||
Reference in New Issue
Block a user