mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
Merge branch 'remove_test_options' into 'main'
examples: Remove test options from light_switch See merge request app-frameworks/esp-matter!250
This commit is contained in:
@@ -104,7 +104,7 @@ jobs:
|
||||
run: |
|
||||
cd images
|
||||
ls
|
||||
../tools/launchpad/generate_launchpad_config.sh ${{ steps.deployment.outputs.page_url }}
|
||||
../tools/launchpad/generate_launchpad_config.sh
|
||||
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v2
|
||||
|
||||
@@ -18,10 +18,6 @@ CONFIG_PARTITION_TABLE_CUSTOM=y
|
||||
CONFIG_PARTITION_TABLE_FILENAME="partitions.csv"
|
||||
CONFIG_PARTITION_TABLE_OFFSET=0xC000
|
||||
|
||||
# Testing Options
|
||||
CONFIG_USE_TEST_SETUP_PIN_CODE=20212020
|
||||
CONFIG_USE_TEST_SETUP_DISCRIMINATOR=0xF0
|
||||
|
||||
# Enable chip shell
|
||||
CONFIG_ENABLE_CHIP_SHELL=y
|
||||
|
||||
|
||||
@@ -23,13 +23,11 @@
|
||||
#
|
||||
# Above mentioned binaries are generated by the ci
|
||||
|
||||
IMAGE_URL=$1
|
||||
|
||||
OUT_FILE=launchpad.toml
|
||||
|
||||
cat <<EOF >> $OUT_FILE
|
||||
esp_toml_version = 1.0
|
||||
firmware_images_url = $1
|
||||
firmware_images_url = "https://espressif.github.io/esp-matter/"
|
||||
|
||||
EOF
|
||||
|
||||
|
||||
Reference in New Issue
Block a user