Skip to content

Commit 77f30ee

Browse files
ksperling-applelazarkov
authored andcommitted
Fix network-manager app device type id (#34831)
1 parent 84b75dd commit 77f30ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/network-manager-app/linux/include/CHIPProjectAppConfig.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
#pragma once
2020

21-
#define CHIP_DEVICE_CONFIG_DEVICE_TYPE 0xFFF10010 // TODO: ID-TBD
21+
#define CHIP_DEVICE_CONFIG_DEVICE_TYPE 144 // 0x0090 Network Infrastructure Manager
2222
#define CHIP_DEVICE_CONFIG_DEVICE_NAME "Network Infrastructure Manager"
2323

2424
// Inherit defaults from config/standalone/CHIPProjectConfig.h

0 commit comments

Comments
 (0)