update thread br version to v1.0 in pytest to fix ci error

This commit is contained in:
liyashuai
2024-04-24 15:59:47 +08:00
parent 92c99bfc6d
commit d94a31c490
+1 -1
View File
@@ -71,7 +71,7 @@ variables:
- cd ${CI_PROJECT_DIR}
- git clone ${ESP_THREAD_BR_REPO_URL}
- cd ${BR_PATH}/examples/basic_thread_border_router
- git checkout f03f1ca
- git checkout v1.0
- idf.py set-target esp32s3
- idf.py build