mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
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:
@@ -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 }}
|
||||
|
||||
@@ -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
|
||||
|
||||
BIN
Binary file not shown.
|
Before Width: | Height: | Size: 7.5 KiB After Width: | Height: | Size: 43 KiB |
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user