mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 14:35:31 +00:00
Remove AMBE FEC BER messages for DMR and D-Star.
This commit is contained in:
parent
306240cfb6
commit
dc3fed940c
2 changed files with 7 additions and 7 deletions
|
|
@ -246,7 +246,7 @@ bool CDStarControl::writeModem(unsigned char *data)
|
|||
if (m_rfN == 0U)
|
||||
CSync::addDStarSync(data + 1U);
|
||||
|
||||
LogDebug("D-Star, audio sequence no. %u, errs: %u/48", m_rfN, errors);
|
||||
// LogDebug("D-Star, audio sequence no. %u, errs: %u/48", m_rfN, errors);
|
||||
|
||||
if (m_net)
|
||||
writeNetworkDataRF(data, errors, false);
|
||||
|
|
@ -355,7 +355,7 @@ bool CDStarControl::writeModem(unsigned char *data)
|
|||
m_rfErrs += errors;
|
||||
m_rfBits += 48U;
|
||||
|
||||
LogDebug("D-Star, audio sequence no. %u, errs: %u/48", m_rfN, errors);
|
||||
// LogDebug("D-Star, audio sequence no. %u, errs: %u/48", m_rfN, errors);
|
||||
|
||||
if (m_net)
|
||||
writeNetworkDataRF(data, errors, false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue