[AI Generated]: fix(*): 移除废弃的重连实例属性、OTA 超时改为 1 分钟

This commit is contained in:
17792275749
2026-04-08 11:13:18 +08:00
parent a38db163bd
commit 3b65d2fb0d
2 changed files with 2 additions and 6 deletions
@@ -1,7 +1,7 @@
const app = getApp();
// OTA 超时时间:3 分钟
const OTA_TIMEOUT_MS = 3 * 60 * 1000;
// OTA 超时时间:1 分钟
const OTA_TIMEOUT_MS = 1 * 60 * 1000;
Component({
data: {