mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-28 05:35:37 +08:00
Remove MR checking for incoming RF traffic. Should fix remote gateway in
YSF mode.
This commit is contained in:
@@ -182,6 +182,7 @@ bool CYSFControl::writeModem(unsigned char *data, unsigned int len)
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef notdef
|
||||
// Stop repeater packets coming through, unless we're acting as a remote gateway
|
||||
if (m_remoteGateway) {
|
||||
unsigned char mr = m_lastFICH.getMR();
|
||||
@@ -192,6 +193,7 @@ bool CYSFControl::writeModem(unsigned char *data, unsigned int len)
|
||||
if (mr == YSF_MR_BUSY)
|
||||
return false;
|
||||
}
|
||||
#endif
|
||||
|
||||
unsigned char dt = m_lastFICH.getDT();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user