Re-add debug BER displays for D-Star and DMR.

This commit is contained in:
Jonathan Naylor
2016-06-01 09:43:39 +01:00
parent 96d6883fea
commit ed8ea92468
2 changed files with 9 additions and 17 deletions

View File

@@ -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);