From 0661be76c37fb120a9ca83f26038e03d391b3abc Mon Sep 17 00:00:00 2001 From: yarnom Date: Thu, 18 Dec 2025 17:08:54 +0800 Subject: [PATCH] =?UTF-8?q?debug:=20=E6=96=B0=E5=A2=9E=E4=B8=80=E6=AE=B5?= =?UTF-8?q?=20INFO=20Log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sideslope/executor/D331RtcmMessageExecutor.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 25949c74..7b4a058d 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 @@ -126,7 +126,6 @@ public class D331RtcmMessageExecutor implements Executor } // 添加NTRIP处理 - if(deviceBs.getForwardToNtrip()) { byte[] srcdata = message.getSrcData(); String rtcm = ByteUtil.bytesToHexString(srcdata); @@ -269,9 +268,10 @@ public class D331RtcmMessageExecutor implements Executor // ByteUtil.bytesToHexString(buf.array())); } -// logger.info("insert1005 hex for base {} to {}: {}", -// deviceBs.getDeviceId(), deviceId, -// ByteUtil.bytesToHexString(buf1005.array())); + logger.info("insert1005 hex for base {} to {}: {}", + deviceBs.getDeviceId(), deviceId, + ByteUtil.bytesToHexString(buf1005.array())); + return buf1005; }