We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 738ca5e + bbb5f08 commit 49355c9Copy full SHA for 49355c9
examples/generic_switch/main/app_main.cpp
@@ -42,7 +42,7 @@ extern const char insights_auth_key_end[] asm("_binary_insights_auth_key_txt_end
42
43
namespace {
44
// Please refer to https://github.com/CHIP-Specifications/connectedhomeip-spec/blob/master/src/namespaces
45
-constexpr const uint8_t kNamespaceSwitches = 43;
+constexpr const uint8_t kNamespaceSwitches = 0x43;
46
// Common Number Namespace: 7, tag 0 (Zero)
47
constexpr const uint8_t kTagSwitchOn = 0;
48
// Common Number Namespace: 7, tag 1 (One)
0 commit comments