example: use 26MHz XTAL default on esp32-c2

This commit is contained in:
Yuan Ming Fu
2024-05-07 19:28:22 +08:00
committed by Shu Chen
parent b84a2cc62a
commit 7ef1f5e13a
9 changed files with 49 additions and 1 deletions
+1 -1
View File
@@ -404,7 +404,7 @@ pytest_esp32c2_esp_matter_dut:
- rm -rf connectedhomeip/connectedhomeip
- ln -s ${CHIP_SUBMODULE_PATH} connectedhomeip/connectedhomeip
- pip install -r tools/ci/requirements-pytest.txt
- pytest examples/ --target esp32c2 -m esp_matter_dut --junitxml=XUNIT_RESULT.xml
- pytest examples/ --target esp32c2 -m esp_matter_dut --junitxml=XUNIT_RESULT.xml --baud 74880
tags: ["esp32c2", "esp_matter_dut"]
pytest_esp32h2_esp_matter_dut: