[8.0.0]OTA升级修复多个任务中途任务失败时仍然继续查询的Bug

This commit is contained in:
xuxinchao
2025-05-20 16:14:40 +08:00
parent 8de8ea1d40
commit 0ca675af84

View File

@@ -303,6 +303,7 @@ object OTAUpgradeManager: IMoGoAutopilotStatusListener, IDataCenterBizListener,
}
if(productStatus == 4){
upgradeResult = false
upgradeComplete = true
}
if(productName.contains(":")){
productName = productName.trim().substringAfterLast(":")