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