[charter]
[最小速度变更]
This commit is contained in:
yangyakun
2023-10-08 17:28:28 +08:00
parent 2f92ecb4f9
commit 72d9c83fdb

View File

@@ -79,7 +79,7 @@ object LightAirconditionDoorManager {
private fun canOpenOrCloseDoor(): String? {
val location = CallerChassisLocationGCJ02ListenerManager.getChassisLocationGCJ02()
return if(location.gnssSpeed<0.01){
return if(location.gnssSpeed<0.3){
null
}else{
"车辆行驶中不可以开关门哦~"