Skip to content

Commit

Permalink
Fix network-manager app device type id (#34831)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksperling-apple authored and lazarkov committed Aug 7, 2024
1 parent 84b75dd commit 77f30ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

#pragma once

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

// Inherit defaults from config/standalone/CHIPProjectConfig.h
Expand Down

0 comments on commit 77f30ee

Please sign in to comment.