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);