Skip to content

Commit cb36062

Browse files
committed
Merge branch 'master' of github.com:Tinyu-Zhao/M5Stack into master
2 parents 7fe2161 + a92147b commit cb36062

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@ English | [中文](docs/getting_started_cn.md) | [日本語](docs/getting_starte
66

77
<img src="https://static-cdn.m5stack.com/resource/docs/static/assets/img/product_pics/core/basic/basic_01.webp" alt="basic" width="350" height="350">
88

9-
* **For the Detailed documentation of Gray, please [Click here](https://docs.m5stack.com/#/en/core/m5stickc)**
9+
* **For the Detailed documentation of Gray, please [Click here](https://docs.m5stack.com/#/en/core/basic)**
1010

11-
* **For the Detailed documentation of Basic, please [Click here](https://docs.m5stack.com/#/en/core/m5stickc)**
11+
* **For the Detailed documentation of Basic, please [Click here](https://docs.m5stack.com/#/en/core/gray)**
1212

1313
* **In order to buy Basic, please [Click here](https://www.aliexpress.com/item/32837164440.html?spm=a2g0o.store_pc_groupList.8148356.11.38a9361bR9o79U)**
14-
1514

1615
*We have several master M5Cores with different configurations, this is the difference between them [Compared](https://docs.m5stack.com/en/products_selector).*
1716

docs/getting_started_cn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<img src="https://static-cdn.m5stack.com/resource/docs/static/assets/img/product_pics/core/basic/basic_01.webp" alt="basic" width="350" height="350">
88

99
* **如果查看 Gray 的详细介绍文档,[点击这里](https://docs.m5stack.com/#/zh_CN/core/gray)**
10-
*
10+
1111
* **如果查看 Basic 的详细介绍文档,[点击这里](https://docs.m5stack.com/#/zh_CN/core/basic)**
1212

1313
* **如果想要购买 Basic 的话,[点击这里](https://item.taobao.com/item.htm?spm=a1z10.5-c-s.w4002-22404213529.15.38ea1d912Zbl0z&id=610634829528)**
14-
*
14+
1515
*我们有几款不同配置的主控 M5Cores,这是他们之间的[对比](https://docs.m5stack.com/zh_CN/products_selector).*
1616

1717

examples/Modules/LTE_M8321/LTE_M8321.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,4 +546,4 @@ void loop()
546546
*/
547547

548548
// put your main code here, to run repeatedly:
549-
}
549+
}

examples/Unit/Zigbee_CC2630/P2P_TEST/P2P_TEST.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,4 +400,4 @@ void loop()
400400
}
401401
M5.update();
402402
delay(10);
403-
}
403+
}

0 commit comments

Comments
 (0)