mirror of https://github.com/g4klx/MMDVMHost
Disable RS encoding for now.
This commit is contained in:
parent
fb6c2e7911
commit
7447eee328
|
|
@ -119,7 +119,7 @@ void CP25Data::processLDU1(unsigned char* data)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
m_rs241213.encode(rs);
|
// m_rs241213.encode(rs);
|
||||||
|
|
||||||
// CUtils::dump(1U, "P25, LDU1 Data after", rs, 18U);
|
// CUtils::dump(1U, "P25, LDU1 Data after", rs, 18U);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue