826220679@qq.com
19 小时以前 d655e19ad18eea30f3627fc1c499ae9fe4200d92
src/gecaoji/Getgecaojiimu_data.java
@@ -15,7 +15,7 @@
            if (status.getRoll() != null) {
                device.setRoll(String.valueOf(status.getRoll()));
            }
            if (status.getYaw() != null) {
            if (status.getYaw() != null) {//偏航角(-180到180度,0度表示正北)
                device.setYaw(String.valueOf(status.getYaw()));
            }
        }