mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-07 15:34:04 +00:00
Merge branch 'master' into mqtt
This commit is contained in:
commit
7bd0134482
7 changed files with 33 additions and 28 deletions
|
|
@ -69,6 +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);
|
||||
loadHeader();
|
||||
loadText();
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue