1、F9P固定1s推送
This commit is contained in:
parent
66f283a8a4
commit
0d3e977f76
@ -66,7 +66,8 @@ public class D331RtcmMessageExecutor implements Executor<D331RtcmMessage, Void>
|
||||
DeviceChannel deviceChannel = null;
|
||||
for (Device device : deviceList) {
|
||||
if (device.getOpMode() != GnssDevice.OP_MODE_USE) continue;
|
||||
if (device.getFixedNum()>100 && device.getGnssSampleRate()>1
|
||||
if (device.getModel()==GnssDevice.MODEL_G510 &&
|
||||
device.getFixedNum()>200 && device.getGnssSampleRate()>1
|
||||
&& (deviceBs.getD3xxCount()%device.getGnssSampleRate()) != 0) {
|
||||
//if(!UBXUtil.has1005(forwardBytes)) continue; //1005必推
|
||||
continue;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user