Skip to content

Commit 174db6d

Browse files
committed
Enable rotating device ID on Linux
1 parent f8c1304 commit 174db6d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/chip-tool/args.gni

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ matter_log_json_payload_hex = true
2929
matter_log_json_payload_decode_full = true
3030

3131
chip_enable_additional_data_advertising = true
32+
chip_enable_rotating_device_id = true
3233

3334
# make chip-tool very strict by default
3435
chip_tlv_validate_char_string_on_read = true

examples/lighting-app/linux/args.gni

+1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ chip_project_config_include_dirs += [ "${chip_root}/config/standalone" ]
2929
matter_enable_tracing_support = true
3030

3131
chip_enable_additional_data_advertising = true
32+
chip_enable_rotating_device_id = true
3233

3334
chip_enable_read_client = false

0 commit comments

Comments
 (0)