From fdd6368937ec5fdab98eeae27bf3f4b87cdb1678 Mon Sep 17 00:00:00 2001 From: tuhz Date: Thu, 25 Feb 2021 17:14:56 +0800 Subject: [PATCH] =?UTF-8?q?update=20doc/BLE=20MESH=20=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E6=89=8B=E5=86=8C.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...57\225\346\223\215\344\275\234\346\211\213\345\206\214.md" | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git "a/doc/BLE MESH \346\265\213\350\257\225\346\223\215\344\275\234\346\211\213\345\206\214.md" "b/doc/BLE MESH \346\265\213\350\257\225\346\223\215\344\275\234\346\211\213\345\206\214.md" index 1959a9d..566aed2 100644 --- "a/doc/BLE MESH \346\265\213\350\257\225\346\223\215\344\275\234\346\211\213\345\206\214.md" +++ "b/doc/BLE MESH \346\265\213\350\257\225\346\223\215\344\275\234\346\211\213\345\206\214.md" @@ -49,8 +49,8 @@ export PATH=$PATH: /mnt/d/tools/csky-abiv2-elf-gcc/bin mkdir temp cd temp sudo pip install yoctools -yoc init git@gitlab.alibaba-inc.com:thead_test_solutions/manifest.git -yoc install test_blemesh_api +yoc init https://gitee.com/yoctest/manifest.git +yoc install test_blemesh_api -b v1.0.0 cd solutions/test_blemesh_api ``` -- Gitee