From aea10b838201c381b30710aa55ab598bab890fe5 Mon Sep 17 00:00:00 2001 From: xu Date: Thu, 15 Sep 2022 01:01:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0=E6=B3=95=E7=BC=96=E8=AF=91bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Plane.FormationCreator/Formation/RtcmManager.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plane.FormationCreator/Formation/RtcmManager.cs b/Plane.FormationCreator/Formation/RtcmManager.cs index 2c3f042..685d2a0 100644 --- a/Plane.FormationCreator/Formation/RtcmManager.cs +++ b/Plane.FormationCreator/Formation/RtcmManager.cs @@ -428,10 +428,10 @@ namespace Plane.FormationCreator.Formation //Plane.Windows.Messages.Message.Show("---["+ seenmsg + "]RTCM:" + rtcm.length); // await _commModuleManager.InjectGpsRTCMDataAsync(rtcm.packet, rtcm.length); - /* if (rtcm.length <= 180) + if (rtcm.length <= 180) Ensend = true; else Ensend = false; - */ + if (Ensend) { // await _commModuleManager.InjectGpsRTCMDataAsync(rtcm.packet, rtcm.length);