[HUST CSE]modify invalid links

This commit is contained in:
android1257
2023-04-23 21:39:38 +08:00
parent 419bc06f18
commit 06c919ed7f

View File

@@ -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)