We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44e6298 commit 7633907Copy full SHA for 7633907
.github/ci/idf-setup.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
# Exit immediately if a command exits with a non-zero status.
3
set -e
4
-git clone -b v5.1.2 --recursive --shallow-submodules https://github.com/espressif/esp-idf.git
+git clone -b v5.1.5 --recursive --shallow-submodules https://github.com/espressif/esp-idf.git
5
cd ./esp-idf
6
./install.sh
7
source ./export.sh
0 commit comments