diff --git a/core/function-impl/mogo-core-function-biz/src/main/java/com/mogo/eagle/function/biz/dispatch/DispatchAutoPilotManager.kt b/core/function-impl/mogo-core-function-biz/src/main/java/com/mogo/eagle/function/biz/dispatch/DispatchAutoPilotManager.kt index df94c15db0..00feed5fdc 100644 --- a/core/function-impl/mogo-core-function-biz/src/main/java/com/mogo/eagle/function/biz/dispatch/DispatchAutoPilotManager.kt +++ b/core/function-impl/mogo-core-function-biz/src/main/java/com/mogo/eagle/function/biz/dispatch/DispatchAutoPilotManager.kt @@ -170,7 +170,7 @@ class DispatchAutoPilotManager private constructor() : private fun startAutoPilot() { val currentAutopilot = AutopilotControlParameters() - currentAutopilot.isSpeakVoice = false +// currentAutopilot.isSpeakVoice = false val wayLatLon: MutableList = ArrayList() receiverBean?.let { if (it.stopsList != null) { @@ -183,6 +183,10 @@ class DispatchAutoPilotManager private constructor() : ) } } + currentAutopilot.routeID = it.lineId + currentAutopilot.routeName = it.lineName + currentAutopilot.startName = it.startLocAddress + currentAutopilot.endName = it.endLocAddress currentAutopilot.wayLatLons = wayLatLon currentAutopilot.startLatLon = AutopilotControlParameters.AutoPilotLonLat(it.startLat, it.startLon) diff --git a/gradle.properties b/gradle.properties index b0d479bb7f..3cc68ab74a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -63,7 +63,7 @@ BIZCONFIG_VERSION=1.3.2 SERVICE_BIZ_VERSION=1.2.4 ################ 外部依赖引用 ################ # loglib -LOGLIB_VERSION=1.5.11 +LOGLIB_VERSION=1.5.22 ######## MogoAiCloudSDK Version ######## # 网络请求LOGLIB_VERSION MOGO_NETWORK_VERSION=1.4.6.4