[6.9.0]OTA升级修改

This commit is contained in:
xuxinchao
2025-01-07 17:49:57 +08:00
parent 56372aba68
commit a44c10275a
3 changed files with 56 additions and 23 deletions

View File

@@ -139,6 +139,7 @@ class CarInfoTabView @JvmOverloads constructor(
)
if(OTAUpgradeConfig.supportOTA){
//查询OTA状态
OTAUpgradeConfig.isQuery = true
CallerAutoPilotControlManager.sendSsmFuncOtaStatusQuery(OTAUpgradeConfig.otaToken)
}else{
ToastUtils.showLong("当前域控版本不支持OTA升级")