Mostly fixes for D-Star logging.

This commit is contained in:
Jonathan Naylor 2026-04-16 13:48:18 +01:00
parent be804801ac
commit 47467bd880
4 changed files with 6 additions and 7 deletions

View file

@ -69,7 +69,7 @@ void CDStarSlowData::add(const unsigned char* data)
m_buffer[5U] = data[11U] ^ DSTAR_SCRAMBLER_BYTES[2U];
m_state = SDD_STATE::FIRST;
m_complete = true;
////CUtils::dump(1U, "D-Star slow data element", m_buffer, 6U);
//CUtils::dump(1U, "D-Star slow data element", m_buffer, 6U);
loadHeader();
loadText();
break;
@ -250,4 +250,3 @@ bool CDStarSlowData::isComplete() const
}
#endif