You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/matter/light_switch/README.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -349,7 +349,7 @@ After building this and the :ref:`Matter Light Bulb <matter_light_bulb_sample>`
349
349
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.
350
350
When one device is commissioned, power up the next device and perform the commissioning.
351
351
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.
353
353
Then build an example and commission with your unique discriminator.
0 commit comments