Skip to content

Commit

Permalink
example/chip-tool: chip_enable_nfc_commissioning is now enabled only
Browse files Browse the repository at this point in the history
for linux platform.

Change-Id: I408fc005ffc1ff05d2b5e3b09c7ee4a64a329309
  • Loading branch information
OlivierGre committed Feb 3, 2025
1 parent e414331 commit eb0ef3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions examples/chip-tool/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,7 @@ executable("chip-tool") {
group("default") {
deps = [ ":chip-tool" ]
}

if (current_os == "linux") {
chip_enable_nfc_commissioning = true
}
2 changes: 0 additions & 2 deletions examples/chip-tool/args.gni
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,3 @@ matter_log_json_payload_decode_full = true
# make chip-tool very strict by default
chip_tlv_validate_char_string_on_read = true
chip_tlv_validate_char_string_on_write = true

chip_enable_nfc_commissioning = true

0 comments on commit eb0ef3b

Please sign in to comment.