We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a908e4 commit 5558f1aCopy full SHA for 5558f1a
tools/update-components.sh
@@ -37,7 +37,7 @@ if [ -d "$CHIP_REPO_DIR" ]; then
37
rm -rf "$CHIP_REPO_DIR"
38
git clone --depth 1 -b "$CHIP_REPO_BRANCH" "$CHIP_REPO_URL" "$CHIP_REPO_DIR"
39
if [ $? -ne 0 ]; then exit 1; fi
40
- $CHIP_REPO_DIR/scripts/checkout_submodules.py --platform esp32 darwin --shallow
+ $CHIP_REPO_DIR/scripts/checkout_submodules.py --platform esp32 --shallow
41
42
echo "Patching CHIP v1.3 repository..."
43
CHIP_BAD_FILE="$CHIP_REPO_DIR/src/platform/ESP32/bluedroid/ChipDeviceScanner.cpp"
0 commit comments