Skip to content

Commit 1342544

Browse files
andy31415tcarmelveilleux
authored andcommitted
Disable rotating device id by default (#12199)
* Disable rotating device id by default * Update src/platform/BUILD.gn Co-authored-by: Tennessee Carmel-Veilleux <[email protected]> Co-authored-by: Tennessee Carmel-Veilleux <[email protected]>
1 parent f9d7318 commit 1342544

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/platform/BUILD.gn

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ if (chip_device_platform != "none") {
5353
# Enable including the additional data in the advertisement packets
5454
chip_enable_additional_data_advertising = true
5555

56-
# Enable adding rotating device id to the additional data.
57-
chip_enable_rotating_device_id = true
56+
# Enable adding optional rotating device id to the additional data.
57+
chip_enable_rotating_device_id = false
5858

5959
# lock tracking: none/log/fatal or auto for a platform-dependent choice
6060
chip_stack_lock_tracking = "auto"

0 commit comments

Comments
 (0)