调试升级接口

This commit is contained in:
lixiaopeng
2023-02-23 14:43:00 +08:00
parent de352596af
commit 2efb14e5f5
9 changed files with 72 additions and 27 deletions

View File

@@ -54,7 +54,7 @@ public abstract class MainMoGoApplication extends AbsMogoApplication {
clearMessageBoxTable();
CallerMsgBoxManager.INSTANCE.queryAllMessages(this);
}
CallerDevaToolsManager.INSTANCE.updateUpgradeProgress();
// CallerDevaToolsManager.INSTANCE.updateUpgradeProgress();
CallerDevaToolsManager.INSTANCE.updateObuUpgradeStatus();
}