ESP32 SDK(esp-aliyun) 直連接入阿里雲物聯網平臺

參考鏈接

1.https://github.com/espressif/esp-aliyun

2.https://blog.csdn.net/xh870189248/article/details/101363357#comments

3.加快git clone 幾十倍速度的小方法

https://blog.csdn.net/Lord_sh/article/details/88721094?tdsourcetag=s_pcqq_aiomsg

cd ~/esp

mkdir esp-aliyun

cd esp-aliyun

下載esp-idf v3.2版本

git clone -b v3.2 --recursive https://github.com/espressif/esp-idf.git esp-idf-v3.2

cd esp-idf-v3.2/

git submodule update --init

cd ..

下載esp-aliyun

git clone --recursive https://github.com/espressif/esp-aliyun.git

下載ESP8266_RTOS_SDK v3.2版本

git clone -b v3.2 --recursive https://github.com/espressif/ESP8266_RTOS_SDK.git ESP8266_RTOS_SDK-v3.2

cd ESP8266_RTOS_SDK-v3.2/

切換分支

git checkout -b release/v3.2

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章