Browse Source

更新 'esp32环境搭建.txt'

coolsoul 1 month ago
parent
commit
b6ad64b074
1 changed files with 2 additions and 2 deletions
  1. 2 2
      esp32环境搭建.txt

+ 2 - 2
esp32环境搭建.txt

@@ -1,7 +1,7 @@
-下载源码版本号指定为最新版
+下载源码版本号指定为最新版,注意branch 名称,目前为release/v5.4
 mkdir -p ~/esp
 cd ~/esp
-git clone -b v5.2.5 --recursive https://github.com/espressif/esp-idf.git
+git clone -b release/v5.4 --recursive https://github.com/espressif/esp-idf.git
 
 下载所有子模块
 git submodule update --init --recursive