File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 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
1818
1919echo " Updating Matter v1.3 repository..."
2020MATTER_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 "
2222MATTER_REPO_BRANCH=" release/v1.3"
2323if [ ! -d " $MATTER_REPO_DIR " ]; then
2424 git clone --depth 1 -b " $MATTER_REPO_BRANCH " " $MATTER_REPO_URL " " $MATTER_REPO_DIR "
2929if [ $? -ne 0 ]; then exit 1; fi
3030echo " Updating CHIP v1.3 repository..."
3131CHIP_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"
3333CHIP_REPO_BRANCH=" v1.3-branch"
3434if [ ! -d " $CHIP_REPO_DIR " ]; then
3535 git clone --depth 1 -b " $CHIP_REPO_BRANCH " " $CHIP_REPO_URL " " $CHIP_REPO_DIR "
4040fi
4141if [ $? -ne 0 ]; then exit 1; fi
4242echo " 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"
4444CHIP_PATCH=" $AR_PATCHES /matter_chip_ChipDeviceScanner.diff"
4545if [ ! -e " $CHIP_BAD_FILE " ]; then
4646 patch $CHIP_BAD_FILE $CHIP_PATCH
You can’t perform that action at this time.
0 commit comments