From 36fcd96ca37d74dfc149fec1c4a367ef5a41ad45 Mon Sep 17 00:00:00 2001 From: Shuanglei Tao Date: Fri, 27 Jun 2025 18:37:09 +0800 Subject: [PATCH] increase adv inverval to 1s --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index bdb2d8a..0205b45 100644 --- a/main.c +++ b/main.c @@ -51,7 +51,7 @@ #define PERIPHERAL_LINK_COUNT 1 /**< Number of peripheral links used by the application. When changing this number remember to adjust the RAM settings*/ #define DEVICE_NAME "NRF_EPD" /**< Name of device. Will be included in the advertising data. */ -#define APP_ADV_INTERVAL 320 /**< The advertising interval (in units of 0.625 ms. This value corresponds to 200 ms). */ +#define APP_ADV_INTERVAL 1600 /**< The advertising interval (in units of 0.625 ms. This value corresponds to 1 s). */ #define APP_ADV_TIMEOUT_IN_SECONDS 120 /**< The advertising timeout (in units of seconds). */ #define APP_TIMER_PRESCALER 0 /**< Value of the RTC1 PRESCALER register. */ #define APP_TIMER_OP_QUEUE_SIZE 4 /**< Size of timer operation queues. */