We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9304505 commit 1ffa251Copy full SHA for 1ffa251
subsys/ctr_ble_tag/ctr_ble_tag.c
@@ -42,7 +42,7 @@ struct config {
42
static struct config m_config_interim = {
43
.enabled = false,
44
.scan_interval = 300,
45
- .scan_duration = 5,
+ .scan_duration = 10,
46
};
47
48
static struct config m_config;
0 commit comments