Skip to content

Commit 49355c9

Browse files
committed
Merge branch 'v1_4_fix_generic_switch_example_issue' into 'release/v1.4'
[backport 1.4]examples/generic_switch: set the namespace id value in taglist... See merge request app-frameworks/esp-matter!1139
2 parents 738ca5e + bbb5f08 commit 49355c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/generic_switch/main/app_main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ extern const char insights_auth_key_end[] asm("_binary_insights_auth_key_txt_end
4242

4343
namespace {
4444
// Please refer to https://github.com/CHIP-Specifications/connectedhomeip-spec/blob/master/src/namespaces
45-
constexpr const uint8_t kNamespaceSwitches = 43;
45+
constexpr const uint8_t kNamespaceSwitches = 0x43;
4646
// Common Number Namespace: 7, tag 0 (Zero)
4747
constexpr const uint8_t kTagSwitchOn = 0;
4848
// Common Number Namespace: 7, tag 1 (One)

0 commit comments

Comments
 (0)