Skip to content

Commit be0009e

Browse files
Fixed missing trailing zero in example documentation (#35149)
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
1 parent 26e59b6 commit be0009e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting_started/first_example.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ codes, discriminator and passcode from the logs.
9292

9393
Open a new terminal to use chip tool. Commission the device using:
9494

95-
`./out/linux-x64-chip-tool/chip-tool pairing code 0x12344321 MT:-24J0AFN00KA0648G0`
95+
`./out/linux-x64-chip-tool/chip-tool pairing code 0x12344321 MT:-24J0AFN00KA0648G00`
9696

9797
NOTE: pairing is the old name for commissioning. 0x12344321 is the node ID you
9898
want to assign to the node. 0x12344321 is the default for testing.

0 commit comments

Comments
 (0)