[6.0.0]
[bugfix] [标点]
This commit is contained in:
@@ -1155,7 +1155,7 @@ public class TaxiModel {
|
||||
} else {
|
||||
// 4、 没有过站距离小于15m 速度小于0.3(根据M1来的模数 可能要调)
|
||||
if (currentLocation.getGnssSpeed() < 0.3) {
|
||||
CallerLogger.i(TAG, "judgeEndStation() = 没有过站、速度基本为零且在15m内")
|
||||
CallerLogger.i(TAG, "judgeEndStation() = 没有过站、速度基本为零且在15m内");
|
||||
arriveTerminal();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user