1、下发到终端的GNSS上报频率固定为1,单纯由服务器控制推送频率

This commit is contained in:
weidong 2025-04-29 08:59:39 +08:00
parent ea505e2f4e
commit 9bbbbde78c

View File

@ -35,7 +35,7 @@ public class GnssGroup implements Serializable {
+HexUtil.Byte2HexString((byte) active_offset.intValue()) +HexUtil.Byte2HexString((byte) active_offset.intValue())
+((device.getDevicetype() == GnssDevice.TYPE_ROVER)?"00":HexUtil.Byte2HexString((byte) rs_adv.shortValue())) +((device.getDevicetype() == GnssDevice.TYPE_ROVER)?"00":HexUtil.Byte2HexString((byte) rs_adv.shortValue()))
+HexUtil.Byte2HexString((byte) power_mode.shortValue()) +HexUtil.Byte2HexString((byte) power_mode.shortValue())
+HexUtil.Byte2HexString((byte) gnss_sample_s.shortValue()); +"01";//HexUtil.Byte2HexString((byte) gnss_sample_s.shortValue());
return cmd; return cmd;
} }