Skip to content
This repository was archived by the owner on Aug 14, 2019. It is now read-only.

Commit 59dc970

Browse files
author
lvxin
committed
优化8266集成指南
1 parent 7885cf8 commit 59dc970

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

zh/jiot/client/c_sdk_8266_guide.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,15 @@ jiot-sdk-v1.0.2-esp8266 及以上版本,支持乐鑫 ESP8266 Wi-Fi 模块(
3838
依次运行以下命令
3939
```
4040
cd jiot-demo
41-
cp -r ../jiot-sdk/ components/
41+
cp -r ../jiot-c-sdk/ components/
4242
./copy_jiot-lib.sh
4343
make all
4444
```
4545

4646
注意:
4747
* 如果make all后,提示配置工程,直接回车使用默认配置即可。
48-
* 如果执行了make clean或删除jiot-demo/build目录,在“make all”前需要执行“copy_jiot-lib.sh”。
48+
* 如果执行了make clean或删除jiot-demo/build目录,在make all前需要执行copy_jiot-lib.sh。
49+
* 如果修改了jiot-demo的文件夹名称,需要执行make clean和copy_jiot-lib.sh。
4950

5051
#### 运行 Demo
5152

0 commit comments

Comments
 (0)