Skip to content

Commit 1ffa251

Browse files
author
José Mendes
committed
subsys: ctr_ble_tag: change scan_duration to be in line with tag config
Signed-off-by: José Mendes <[email protected]>
1 parent 9304505 commit 1ffa251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/ctr_ble_tag/ctr_ble_tag.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ struct config {
4242
static struct config m_config_interim = {
4343
.enabled = false,
4444
.scan_interval = 300,
45-
.scan_duration = 5,
45+
.scan_duration = 10,
4646
};
4747

4848
static struct config m_config;

0 commit comments

Comments
 (0)