[6.9.0]OTA升级修改

This commit is contained in:
xuxinchao
2025-01-07 19:17:31 +08:00
parent cd1ba7a1e1
commit cd2da7219f
3 changed files with 9 additions and 2 deletions

View File

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