[change] 修改平行驾驶值状态,以及PB备注

This commit is contained in:
xinfengkun
2022-11-03 15:55:08 +08:00
parent 39ececd4d7
commit 76acbbeba2
2 changed files with 12 additions and 12 deletions

View File

@@ -66,6 +66,6 @@ interface IMoGoAutopilotStatusListener {
/**
* 平行驾驶
*/
const val STATUS_PARALLEL_DRIVING = 3
const val STATUS_PARALLEL_DRIVING = 7
}
}