diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 0baf97fbe..77213ecf8 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -83,5 +83,5 @@ jobs: platforms: ${{ env.BUILD_PLATFORMS }} build-args: | ESP_MATTER_CLONE_URL=${{ github.server_url }}/${{ github.repository }}.git - ESP_MATTER_CHECKOUT_REF=${{ GITHUB_REF_NAME }} + ESP_MATTER_CHECKOUT_REF=${{ github.ref_name }} IDF_CHECKOUT_REF=${{ env.REQUIRED_IDF_VERSION }} diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index ec6e3a351..e89e158cd 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -47,7 +47,7 @@ jobs: strategy: matrix: build-dir: ['examples/light', 'examples/light_switch'] - targets: ['esp32', 'esp32c3'] + targets: ['esp32', 'esp32c3', 'esp32c6', 'esp32h2'] steps: - run: mkdir -p images diff --git a/docs/_static/matter_qrcode_20202021_3840.png b/docs/_static/matter_qrcode_20202021_3840.png index 51df5327e..83a28d14a 100644 Binary files a/docs/_static/matter_qrcode_20202021_3840.png and b/docs/_static/matter_qrcode_20202021_3840.png differ diff --git a/docs/en/developing.rst b/docs/en/developing.rst index eabda9852..3ea9df54c 100644 --- a/docs/en/developing.rst +++ b/docs/en/developing.rst @@ -358,7 +358,8 @@ Alternatively, you can scan the below QR code image using Matter commissioners. .. figure:: ../_static/matter_qrcode_20202021_3840.png :align: center - :alt: Default QR Code + :alt: MT:Y.K9042C00KA0648G00 + :scale: 70% :figclass: align-center If QR code is not visible, paste the below link into the browser and scan the QR code. diff --git a/tools/launchpad/generate_launchpad_config.sh b/tools/launchpad/generate_launchpad_config.sh index bad0b29f9..41af0d4f1 100755 --- a/tools/launchpad/generate_launchpad_config.sh +++ b/tools/launchpad/generate_launchpad_config.sh @@ -76,8 +76,8 @@ do done # Write the esp-matter phone app links - # TODO: Update the phone app links when they are available on android play store and apple app store - echo "ios_app_url = \"https://apps.apple.com/in/app/espressif-matter/id1604739172\"" >> $OUT_FILE + # TODO: Update the android phone app links when it is available on android play store + echo "ios_app_url = \"https://apps.apple.com/app/esp-rainmaker/id1497491540\"" >> $OUT_FILE echo "android_app_url = \"\"" >> $OUT_FILE echo "" >> $OUT_FILE