Minor docker image, launchpad, and documentation changes

- GITHUB_REF_NAME does not work so using github.ref_name in workflow
  file
- Building light and ligh-switch for target H2 and C6 in launchpad and
  fixed the RainMaker iOS application link
- Using the prod ready Matter qrcode in documentation
This commit is contained in:
Shubham Patil
2023-08-28 16:03:03 +05:30
parent 39914437df
commit 873c69f609
5 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -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 }}
+1 -1
View File
@@ -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
Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 43 KiB

+2 -1
View File
@@ -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.
+2 -2
View File
@@ -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