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 Aug 7, 2024
1 parent d7ad095 commit 587665d
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 587665d

Please sign in to comment.