Skip to content

Commit

Permalink
Merge branch 'esp32_fix_groups_feature' into 'main'
Browse files Browse the repository at this point in the history
components/esp-matter: NameSuport feature should be set to 1 and not 128

See merge request app-frameworks/esp-matter!882
  • Loading branch information
dhrishi committed Sep 17, 2024
2 parents 6a2654a + 50a40b9 commit ffc045c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/esp_matter/esp_matter_cluster.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,7 @@ cluster_t *create(endpoint_t *endpoint, config_t *config, uint8_t flags)
add_function_list(cluster, function_list, function_flags);

/* Attributes managed internally */
global::attribute::create_feature_map(cluster, static_cast<uint32_t>(Groups::NameSupportBitmap::kGroupNames));
global::attribute::create_feature_map(cluster, static_cast<uint32_t>(Groups::Feature::kGroupNames));

/* Attributes not managed internally */
global::attribute::create_cluster_revision(cluster, cluster_revision);
Expand Down

0 comments on commit ffc045c

Please sign in to comment.