1、下发到终端的GNSS上报频率固定为1,单纯由服务器控制推送频率
This commit is contained in:
parent
ea505e2f4e
commit
9bbbbde78c
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user