File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ if [ $? -ne 0 ]; then exit 1; fi
18
18
19
19
echo " Updating Matter v1.3 repository..."
20
20
MATTER_REPO_URL=" https://github.com/espressif/esp-matter.git"
21
- MATTER_REPO_DIR=" $AR_COMPS /espressif__esp-matter "
21
+ MATTER_REPO_DIR=" $AR_COMPS /espressif__esp_matter "
22
22
MATTER_REPO_BRANCH=" release/v1.3"
23
23
if [ ! -d " $MATTER_REPO_DIR " ]; then
24
24
git clone --depth 1 -b " $MATTER_REPO_BRANCH " " $MATTER_REPO_URL " " $MATTER_REPO_DIR "
29
29
if [ $? -ne 0 ]; then exit 1; fi
30
30
echo " Updating CHIP v1.3 repository..."
31
31
CHIP_REPO_URL=" https://github.com/espressif/connectedhomeip.git"
32
- CHIP_REPO_DIR=" $AR_COMPS /espressif__esp-matter /connectedhomeip/connectedhomeip"
32
+ CHIP_REPO_DIR=" $MATTER_REPO_DIR /connectedhomeip/connectedhomeip"
33
33
CHIP_REPO_BRANCH=" v1.3-branch"
34
34
if [ ! -d " $CHIP_REPO_DIR " ]; then
35
35
git clone --depth 1 -b " $CHIP_REPO_BRANCH " " $CHIP_REPO_URL " " $CHIP_REPO_DIR "
40
40
fi
41
41
if [ $? -ne 0 ]; then exit 1; fi
42
42
echo " Patching CHIP v1.3 repository..."
43
- CHIP_BAD_FILE=" $AR_COMPS /espressif__esp-matter/connectedhomeip/connectedhomeip /src/platform/ESP32/bluedroid/ChipDeviceScanner.cpp"
43
+ CHIP_BAD_FILE=" $CHIP_REPO_DIR /src/platform/ESP32/bluedroid/ChipDeviceScanner.cpp"
44
44
CHIP_PATCH=" $AR_PATCHES /matter_chip_ChipDeviceScanner.diff"
45
45
if [ ! -e " $CHIP_BAD_FILE " ]; then
46
46
patch $CHIP_BAD_FILE $CHIP_PATCH
You can’t perform that action at this time.
0 commit comments