connectedhomeip: update submodule to fix the compilation with rainmaker+insights

Fixes https://github.com/espressif/esp-matter/issues/1023
This commit is contained in:
Shubham Patil
2024-07-29 12:37:42 +05:30
parent 765870fa9a
commit 0ebf3cb4d5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ variables:
IDF_CHECKOUT_REF: "v5.2.1"
# This variable represents the short hash of the connectedhomeip submodule.
# Note: Do change this short hash on submodule update MRs.
CHIP_SHORT_HASH: "9fbfb39233"
CHIP_SHORT_HASH: "ae52f4e597"
DOCKER_IMAGE_NAME: "espressif/chip-idf"
.add_gitlab_ssh_key: &add_gitlab_ssh_key |