From 9bbbbde78c271b55b0e430a493f1e90be6c93574 Mon Sep 17 00:00:00 2001 From: weidong Date: Tue, 29 Apr 2025 08:59:39 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E4=B8=8B=E5=8F=91=E5=88=B0=E7=BB=88?= =?UTF-8?q?=E7=AB=AF=E7=9A=84GNSS=E4=B8=8A=E6=8A=A5=E9=A2=91=E7=8E=87?= =?UTF-8?q?=E5=9B=BA=E5=AE=9A=E4=B8=BA1=EF=BC=8C=E5=8D=95=E7=BA=AF?= =?UTF-8?q?=E7=94=B1=E6=9C=8D=E5=8A=A1=E5=99=A8=E6=8E=A7=E5=88=B6=E6=8E=A8?= =?UTF-8?q?=E9=80=81=E9=A2=91=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sec-api/src/main/java/com/imdroid/secapi/dto/GnssGroup.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sec-api/src/main/java/com/imdroid/secapi/dto/GnssGroup.java b/sec-api/src/main/java/com/imdroid/secapi/dto/GnssGroup.java index 12ac9235..a053c539 100644 --- a/sec-api/src/main/java/com/imdroid/secapi/dto/GnssGroup.java +++ b/sec-api/src/main/java/com/imdroid/secapi/dto/GnssGroup.java @@ -35,7 +35,7 @@ public class GnssGroup implements Serializable { +HexUtil.Byte2HexString((byte) active_offset.intValue()) +((device.getDevicetype() == GnssDevice.TYPE_ROVER)?"00":HexUtil.Byte2HexString((byte) rs_adv.shortValue())) +HexUtil.Byte2HexString((byte) power_mode.shortValue()) - +HexUtil.Byte2HexString((byte) gnss_sample_s.shortValue()); + +"01";//HexUtil.Byte2HexString((byte) gnss_sample_s.shortValue()); return cmd; }