新增强制复位功能

This commit is contained in:
2025-08-07 09:02:36 +08:00
parent adaa09caf0
commit 51c4af5a86
6 changed files with 42 additions and 21 deletions

View File

@@ -115,7 +115,7 @@ typedef struct __attribute__((packed, aligned(1))) {
#define INIT_NET_CFG_PWOER_ON_KEEP_TIME (5 * 1000) // 统计进入配网每次打开状态的保持时间
#define NET_CFG_ENTRY_CNT 6 // 配网进入的上电次数
#define NET_CFG_ENTRY_CNT 8 // 配网进入的上电次数
#define NET_CFG_BREATH_DURATION 1*60*1000 // 配网呼吸灯持续时间(ms)
#define NET_CFG_TOTAL_TIMEOUT 10*60*1000 // 配网总超时时间(ms)