mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-03-17 02:24:39 +01:00
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;
|
||||
}
|
||||
|
||||
m_rs241213.encode(rs);
|
||||
// m_rs241213.encode(rs);
|
||||
|
||||
// CUtils::dump(1U, "P25, LDU1 Data after", rs, 18U);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue