Skip to content

Commit 1de373e

Browse files
committed
docs: matter: light swithc: fixed descriminator change note
Fixed an outdated discriminator update note Signed-off-by: Adam Maciuga <[email protected]>
1 parent d0f84cb commit 1de373e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/matter/light_switch/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ After building this and the :ref:`Matter Light Bulb <matter_light_bulb_sample>`
349349
If both are powered up at the same time, the CHIP Tool can commission a random device and the node ID assignment is also random.
350350
When one device is commissioned, power up the next device and perform the commissioning.
351351

352-
To avoid this unclear situation, you can set up your unique discriminator in the :file:`src/chip_project_config.h` file by changing the :kconfig:option:`CHIP_DEVICE_CONFIG_USE_TEST_SETUP_DISCRIMINATOR` value.
352+
To avoid this unclear situation, set the value of the :kconfig:option:`CONFIG_CHIP_DEVICE_DISCRIMINATOR` Kconfig option in the :file:`prj.conf` file to adjust your unique discriminator.
353353
Then build an example and commission with your unique discriminator.
354354

355355
.. matter_light_switch_sample_prepare_to_testing_start

0 commit comments

Comments
 (0)