mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-01-20 15:30:23 +01:00
Fix an overlooked D-Star frame counter setting.
This commit is contained in:
parent
5d2f528ec7
commit
65ebb55171
|
|
@ -735,7 +735,9 @@ void CDStarControl::writeNetwork()
|
|||
writeEndNet();
|
||||
} else if (type == TAG_DATA) {
|
||||
if ((m_netState == RPT_NET_STATE::AUDIO) || (m_netState == RPT_NET_STATE::DATA)) {
|
||||
if (m_netN == 0U) {
|
||||
unsigned char n = data[1U];
|
||||
|
||||
if (n == 0U) {
|
||||
CSync::addDStarSync(data + 2U);
|
||||
m_netSlowData.start();
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue