Skip to content

Commit

Permalink
fix ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiu-xiao committed Jan 20, 2024
1 parent c39b03f commit 570c094
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hw/mcu/esp/Shell/install_esp-idf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
rm -rf ~/esp
cd && mkdir esp
cd esp
git clone --depth 1 --branch v4.4.6 https://github.com/espressif/esp-idf.git
git clone --depth 1 --branch v4.4.4 https://github.com/espressif/esp-idf.git
cd ./esp-idf
git submodule update --init --recursive --recommend-shallow --depth 1
bash ./install.sh esp32-c3
cd components && git clone https://github.com/espressif/arduino-esp32.git --depth 1
cd components && git clone --depth 1 --branch idf-release/v4.4 https://github.com/espressif/arduino-esp32.git --depth 1

0 comments on commit 570c094

Please sign in to comment.