[6.6.0]
[fix] [参数发送错误]
This commit is contained in:
@@ -362,6 +362,7 @@ object OrderModel {
|
||||
*/
|
||||
private fun startAutopilot(isRestart: Boolean) {
|
||||
|
||||
val temp = initAutopilotControlParameters()
|
||||
/**
|
||||
* 存在Session
|
||||
*/
|
||||
@@ -767,7 +768,7 @@ object OrderModel {
|
||||
if(parameters==null){
|
||||
ToastUtils.showShort("未设置起始或终点站点")
|
||||
}
|
||||
return null
|
||||
return parameters
|
||||
}
|
||||
|
||||
fun setTrajectoryStation(isClean:Boolean) {
|
||||
|
||||
Reference in New Issue
Block a user