[6.10.0]接管记录页面和接管原因页面增加联动,OTA升级调整吐司提示内容

This commit is contained in:
xuxinchao
2025-02-25 19:01:15 +08:00
parent e8589516e1
commit 1dae78d0b0
5 changed files with 99 additions and 2 deletions

View File

@@ -148,7 +148,7 @@ class CarInfoTabView @JvmOverloads constructor(
OTAUpgradeConfig.promptedUpgrade.remove(OTAUpgradeConfig.otaToken)
CallerAutoPilotControlManager.sendSsmFuncOtaStatusQuery(OTAUpgradeConfig.otaToken)
}else{
ToastUtils.showLong("当前域控版本不支持OTA升级")
ToastUtils.showLong("当前SSM节点未成功启动或当前版本不支持OTA升级")
}
}
tvHDMapVersion.text = tvHDMapVersion.text.toString() + DebugConfig.getMapVersion()