|
@@ -168,7 +168,7 @@ public class YiTongGpsServerHandler extends HexBinaryAcceptanceHandlerAdapter {
|
|
// 经度
|
|
// 经度
|
|
yiTongGPSDevice.setLng(in.readInt());
|
|
yiTongGPSDevice.setLng(in.readInt());
|
|
// 速度
|
|
// 速度
|
|
- yiTongGPSDevice.setSpeedbyte(in.readByte());
|
|
|
|
|
|
+// yiTongGPSDevice.setSpeedbyte(in.readByte());
|
|
// 航向
|
|
// 航向
|
|
yiTongGPSDevice.setCourseStatus(in.readShort());
|
|
yiTongGPSDevice.setCourseStatus(in.readShort());
|
|
in.readByte();
|
|
in.readByte();
|