mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 23:45:49 +08:00
Temporarily disable the DN mode audio FEC.
This commit is contained in:
@@ -200,8 +200,9 @@ bool CYSFControl::writeModem(unsigned char *data)
|
|||||||
|
|
||||||
case YSF_DT_VD_MODE2:
|
case YSF_DT_VD_MODE2:
|
||||||
valid = m_rfPayload.processVDMode2Data(data + 2U, fn);
|
valid = m_rfPayload.processVDMode2Data(data + 2U, fn);
|
||||||
m_rfErrs += m_rfPayload.processVDMode2Audio(data + 2U);
|
// Temporarily disable the repition FEC code
|
||||||
m_rfBits += 135U;
|
// m_rfErrs += m_rfPayload.processVDMode2Audio(data + 2U);
|
||||||
|
// m_rfBits += 135U;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case YSF_DT_DATA_FR_MODE:
|
case YSF_DT_DATA_FR_MODE:
|
||||||
|
|||||||
Reference in New Issue
Block a user