Skip to content

Commit 193db63

Browse files
authored
Fix Example Vendor ID mismatch for demo (project-chip#1315)
1 parent 1a3a449 commit 193db63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/darwin/CHIPTool/CHIPTool/QRCode/QRCodeViewController.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
// The expected Vendor ID for CHIP demos
3131
// Spells CHIP on a dialer
32-
#define EXAMPLE_VENDOR_ID 3447
32+
#define EXAMPLE_VENDOR_ID 2447
3333
#define EXAMPLE_VENDOR_TAG_SSID 1
3434
#define MAX_SSID_LEN 32
3535

0 commit comments

Comments
 (0)