File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ section in the ESP-Matter Programming Guide.
28
28
29
29
## Supported ESP-IDF and connectedhomeip versions
30
30
31
- - This SDK currently works with commit [ ce0101d2e2 ] ( https://github.com/project-chip/connectedhomeip/tree/ce0101d2e2 ) of connectedhomeip.
31
+ - This SDK currently works with commit [ 3c3672992c ] ( https://github.com/project-chip/connectedhomeip/tree/3c3672992c ) of connectedhomeip.
32
32
- For Matter projects development with this SDK, it is recommended to utilize ESP-IDF [ v5.2.3] ( https://github.com/espressif/esp-idf/tree/v5.2.3 ) .
33
33
34
34
## Documentation
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ def setup_environment() {
19
19
git submodule update --init --depth 1
20
20
21
21
cd ${ESP_MATTER_PATH}/connectedhomeip/connectedhomeip
22
+ rm -rf .environment/
22
23
./scripts/checkout_submodules.py --platform esp32 linux --shallow
23
24
24
25
cd ${ESP_MATTER_PATH}
You can’t perform that action at this time.
0 commit comments