From 52b1bc40598a1f49f2bd5b6479278b90cc3e879b Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Sat, 8 Dec 2018 10:33:52 +0000 Subject: [PATCH] Remove MR checking for incoming RF traffic. Should fix remote gateway in YSF mode. --- YSFControl.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/YSFControl.cpp b/YSFControl.cpp index fdd0c96..79237a0 100644 --- a/YSFControl.cpp +++ b/YSFControl.cpp @@ -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();