From e33d2b3616e2ddcf121ac218c33b3d51caeef339 Mon Sep 17 00:00:00 2001 From: Tinyu Date: Tue, 28 Sep 2021 13:33:01 +0800 Subject: [PATCH 1/5] Update COM_NB-IoT.ino --- examples/Modules/COM_NB-IoT/COM_NB-IoT.ino | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/Modules/COM_NB-IoT/COM_NB-IoT.ino b/examples/Modules/COM_NB-IoT/COM_NB-IoT.ino index addbf46..d49b69b 100644 --- a/examples/Modules/COM_NB-IoT/COM_NB-IoT.ino +++ b/examples/Modules/COM_NB-IoT/COM_NB-IoT.ino @@ -311,7 +311,6 @@ void setup() M5.begin(); Serial.begin(115200); Serial2.begin(115200, SERIAL_8N1, 5, 13); - //Serial.printf(" STC\n"); Disbuff.createSprite(320,20); Disbuff.fillRect(0,0,320,20,BLACK); From 92d8718fb867500d70753a8cec09cbddf583f454 Mon Sep 17 00:00:00 2001 From: Tinyu Date: Tue, 28 Sep 2021 13:34:35 +0800 Subject: [PATCH 2/5] Update LTE_M8321.ino --- examples/Modules/LTE_M8321/LTE_M8321.ino | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/Modules/LTE_M8321/LTE_M8321.ino b/examples/Modules/LTE_M8321/LTE_M8321.ino index c6b6bae..0e4add0 100644 --- a/examples/Modules/LTE_M8321/LTE_M8321.ino +++ b/examples/Modules/LTE_M8321/LTE_M8321.ino @@ -306,7 +306,6 @@ void setup() M5.Power.begin(); Serial.begin(115200); Serial2.begin(115200, SERIAL_8N1, 16, 17); - Serial.printf(" STC\n"); Disbuff.createSprite(320, 100); Disbuff.fillRect(0, 0, 320, 100, BLACK); @@ -547,4 +546,4 @@ void loop() */ // put your main code here, to run repeatedly: -} \ No newline at end of file +} From 365723852e806eb49df8ce51516a74c12f4fe77e Mon Sep 17 00:00:00 2001 From: Tinyu Date: Tue, 28 Sep 2021 13:35:57 +0800 Subject: [PATCH 3/5] Update P2P_TEST.ino --- examples/Unit/Zigbee_CC2630/P2P_TEST/P2P_TEST.ino | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/Unit/Zigbee_CC2630/P2P_TEST/P2P_TEST.ino b/examples/Unit/Zigbee_CC2630/P2P_TEST/P2P_TEST.ino index 22103ee..4799bbb 100644 --- a/examples/Unit/Zigbee_CC2630/P2P_TEST/P2P_TEST.ino +++ b/examples/Unit/Zigbee_CC2630/P2P_TEST/P2P_TEST.ino @@ -101,7 +101,6 @@ void setup() Serial.printf("PAIN ID:%04X\r\n", arg->main_PANID); - //drawChatBubbles(" STC!!!!!"); /* xTaskCreate([](void *arg){ @@ -401,4 +400,4 @@ void loop() } M5.update(); delay(10); -} \ No newline at end of file +} From 39b0632af6d54057639d1fb57ff8799b164b013e Mon Sep 17 00:00:00 2001 From: Tinyu Date: Wed, 6 Oct 2021 14:35:47 +0800 Subject: [PATCH 4/5] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 29e2543..673cbf0 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,10 @@ English | [中文](docs/getting_started_cn.md) | [日本語](docs/getting_starte basic * **For the Detailed documentation of Gray, please [Click here](https://docs.m5stack.com/#/en/core/m5stickc)** -* + * **For the Detailed documentation of Basic, please [Click here](https://docs.m5stack.com/#/en/core/m5stickc)** * **In order to buy Basic, please [Click here](https://www.aliexpress.com/item/32837164440.html?spm=a2g0o.store_pc_groupList.8148356.11.38a9361bR9o79U)** -* *We have several master M5Cores with different configurations, this is the difference between them [Compared](https://docs.m5stack.com/en/products_selector).* From de763e506f2898e90116b2c189b66c963612afc0 Mon Sep 17 00:00:00 2001 From: Tinyu Date: Wed, 6 Oct 2021 14:36:01 +0800 Subject: [PATCH 5/5] Update getting_started_cn.md --- docs/getting_started_cn.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting_started_cn.md b/docs/getting_started_cn.md index 5e5c73b..d69cc15 100644 --- a/docs/getting_started_cn.md +++ b/docs/getting_started_cn.md @@ -7,11 +7,11 @@ basic * **如果查看 Gray 的详细介绍文档,[点击这里](https://docs.m5stack.com/#/zh_CN/core/gray)** -* + * **如果查看 Basic 的详细介绍文档,[点击这里](https://docs.m5stack.com/#/zh_CN/core/basic)** * **如果想要购买 Basic 的话,[点击这里](https://item.taobao.com/item.htm?spm=a1z10.5-c-s.w4002-22404213529.15.38ea1d912Zbl0z&id=610634829528)** -* + *我们有几款不同配置的主控 M5Cores,这是他们之间的[对比](https://docs.m5stack.com/zh_CN/products_selector).*