Commit 2b7dd45579c9d1476fafdb73f74f44ce36c8517e
1 parent
f78cc649
1 修改编译版本测试,无法上传图片问题
Showing
1 changed file
with
1 additions
and
1 deletions
moudle_pedometer/src/main/java/com/cnlive/moudle/pedometer/model/Constant.java
| @@ -37,7 +37,7 @@ public class Constant { | @@ -37,7 +37,7 @@ public class Constant { | ||
| 37 | /*****************************************运营工具其他值,非标志位****************************************************/ | 37 | /*****************************************运营工具其他值,非标志位****************************************************/ |
| 38 | public static final double PASS_RATE = 0.7;//通过率70% | 38 | public static final double PASS_RATE = 0.7;//通过率70% |
| 39 | public static final int CHECK_ACCURACY = 50;//判断用户是否完成的精度范围 | 39 | public static final int CHECK_ACCURACY = 50;//判断用户是否完成的精度范围 |
| 40 | - public static final int LOCA_ACCURACY = 1000;//定位过滤精度 | 40 | + public static final int LOCA_ACCURACY = 100;//定位过滤精度 |
| 41 | public static final int LOCA_END_POINT_ACCURACY = 20;//终点位置比较精度 | 41 | public static final int LOCA_END_POINT_ACCURACY = 20;//终点位置比较精度 |
| 42 | public static final int LOCA_START_POINT_ACCURACY = 20;//起点位置比较精度 | 42 | public static final int LOCA_START_POINT_ACCURACY = 20;//起点位置比较精度 |
| 43 | public static final int FENCE_OFFSET = 50;//围栏偏离距离 | 43 | public static final int FENCE_OFFSET = 50;//围栏偏离距离 |