Skip to content

Commit 3077632

Browse files
author
José Mendes
committed
applications: clime: Set ble_tag subsystem to disabled by default
Signed-off-by: José Mendes <[email protected]>
1 parent ebb3899 commit 3077632

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
@@ -40,7 +40,7 @@ struct config {
4040
};
4141

4242
static struct config m_config_interim = {
43-
.enabled = true,
43+
.enabled = false,
4444
.scan_interval = 300,
4545
.scan_duration = 5,
4646
};

0 commit comments

Comments
 (0)