[3.3.0] remove todo and add sync data

This commit is contained in:
zhongchao
2023-06-25 17:58:39 +08:00
parent e5b9dbba3e
commit 678eab7978
2 changed files with 2 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ class IPCUpgradeManager: IMogoOnMessageListener<IPCUpgradeStateInfo> ,
private var mContext: Context? = null
private val ipcUpgradeNetWorkModel = IPCUpgradeNetWorkModel()
@Volatile
private var autopilotStatus: Int? = null //自动驾驶状态 0代表不可自动驾驶,1代表可自动驾驶,2代表自动驾驶中
private var hasIPCUpgradeTask = false //是否有工控机升级任务,默认没有该任务