[AI Generated]: fix(*): 移除废弃的重连实例属性、OTA 超时改为 1 分钟
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user