From 528003e39e44598e51ff8090b2d270eb1bda1ae7 Mon Sep 17 00:00:00 2001 From: weidong Date: Sun, 15 Jun 2025 22:14:03 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81F9P=E5=9B=BA=E5=AE=9A1s=E6=8E=A8?= =?UTF-8?q?=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../imdroid/sideslope/executor/D331RtcmMessageExecutor.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sec-beidou-rtcm/src/main/java/com/imdroid/sideslope/executor/D331RtcmMessageExecutor.java b/sec-beidou-rtcm/src/main/java/com/imdroid/sideslope/executor/D331RtcmMessageExecutor.java index c0a15cca..c3f57fc0 100644 --- a/sec-beidou-rtcm/src/main/java/com/imdroid/sideslope/executor/D331RtcmMessageExecutor.java +++ b/sec-beidou-rtcm/src/main/java/com/imdroid/sideslope/executor/D331RtcmMessageExecutor.java @@ -66,8 +66,8 @@ public class D331RtcmMessageExecutor implements Executor DeviceChannel deviceChannel = null; for (Device device : deviceList) { if (device.getOpMode() != GnssDevice.OP_MODE_USE) continue; - if (device.getModel()==GnssDevice.MODEL_G510 && - device.getFixedNum()>200 && device.getGnssSampleRate()>1 + if ((device.getModel()==GnssDevice.MODEL_G510) && + (device.getFixedNum()>100) && (device.getGnssSampleRate()>1) && (deviceBs.getD3xxCount()%device.getGnssSampleRate()) != 0) { //if(!UBXUtil.has1005(forwardBytes)) continue; //1005必推 continue;