From 06c919ed7f4eaa518d2b04a9559c3ee8a04666d6 Mon Sep 17 00:00:00 2001 From: android1257 Date: Sun, 23 Apr 2023 21:39:38 +0800 Subject: [PATCH] [HUST CSE]modify invalid links --- doc/29.TencentOS_Tiny_EVB_G0_QuickStart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/29.TencentOS_Tiny_EVB_G0_QuickStart.md b/doc/29.TencentOS_Tiny_EVB_G0_QuickStart.md index 93e7bfbf..bb73501b 100644 --- a/doc/29.TencentOS_Tiny_EVB_G0_QuickStart.md +++ b/doc/29.TencentOS_Tiny_EVB_G0_QuickStart.md @@ -168,11 +168,11 @@ https://www.st.com/content/st_com/zh/products/development-tools/software-develop ## 1. 下载固件 腾讯云IoT AT指令是一套针对使用通讯模组(2G/4G/NB/WIFI)接入腾讯云物联平台的定制AT指令集,如果通讯模组实现了该指令集,则设备接入和通讯更为简单,所需代码量更少。 ESP8266作为IoT领域使用最广泛的一款WiFi芯片/模组,腾讯云在其通用AT指令基础上,增加了腾讯云IoT AT指令集,形成一个定制的模组固件QCloud_IoT_AT_ESP8266。 -下载链接:[https://github.com/tencentyun/qcloud-iot-esp-wifi](https://github.com/TencentCloud/tc-iot-sdk-embedded-for-esp8266) +下载链接:[https://github.com/TencentCloud/tc-iot-sdk-embedded-for-esp8266](https://github.com/TencentCloud/tc-iot-sdk-embedded-for-esp8266) 使用git下载的命令如下: ```bash -git clone https://github.com/tencentyun/qcloud-iot-esp-wifi.git +git clone https://github.com/TencentCloud/tc-iot-sdk-embedded-for-esp8266.git ``` 下载之后即可在图中圈出的文件夹中看到定制固件: ![](https://img-blog.csdnimg.cn/20200912164445221.png#pic_center)