change the time out
This commit is contained in:
@@ -180,7 +180,7 @@ class IdentifyOriginDataDrawer : Identify, IMoGoAutopilotStatusListener {
|
||||
private fun timeOut(time: Double): Boolean {
|
||||
val duration =
|
||||
(CallerAutoPilotStatusListenerManager.getCurWgs84SatelliteTime() * 1000).toLong() - (time * 1000).toLong()
|
||||
return duration >= 1000
|
||||
return duration >= 500
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user