From 1ef55c46e23c434acf77739c21539449e916b69f Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Tue, 7 Jun 2016 07:30:42 +0100 Subject: [PATCH] Correct the MR setting. --- YSFControl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YSFControl.cpp b/YSFControl.cpp index ee180b7..4d5ee00 100644 --- a/YSFControl.cpp +++ b/YSFControl.cpp @@ -459,7 +459,7 @@ void CYSFControl::writeNetwork() } fich.setVoIP(true); - fich.setMR(YSF_MR_NOT_BUSY); + fich.setMR(YSF_MR_BUSY); fich.encode(data + 35U); }