mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 06:25:24 +00:00
Re-add debug BER displays for D-Star and DMR.
This commit is contained in:
parent
96d6883fea
commit
ed8ea92468
2 changed files with 9 additions and 17 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