关闭1分钟没重连就切慢广播的功能,修复1分钟之后重连不上网关的问题

This commit is contained in:
2026-09-07 19:49:18 +08:00
parent 9b15f3f9e3
commit 767b9e4343
2 changed files with 31 additions and 7 deletions
+12
View File
@@ -35,6 +35,18 @@
#define BOARD_RUNREC_ENABLE 1 /* 31 天运行记录;P2 开 */
#define BOARD_NVM_ENABLE 1 /* VM 持久化;P1 开 */
/*============================================================================*/
/* BLE 广播 */
/*============================================================================*/
/**
* 未连接回连快广播(间隔 80)超时后是否切慢广播(间隔 800)。
* 本机常供电,默认 0:一直快广播,方便网关回连。
* 1=使能;超时秒数见 BOARD_BLE_SLOW_ADV_SECusr_ble_adv_updata 每 500ms 计一次)。
*/
#define BOARD_BLE_SLOW_ADV_ENABLE 0
#define BOARD_BLE_SLOW_ADV_SEC 60 /**< 使能为 1 时:快广播持续秒数后再切慢广播 */
/*============================================================================*/
/* GPIO */
/*============================================================================*/