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:
Hrishikesh Dhayagude
2022-12-20 18:36:03 +08:00
3 changed files with 2 additions and 8 deletions
+1 -1
View File
@@ -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
-4
View File
@@ -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
+1 -3
View File
@@ -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