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 e2e800a commit ab114faCopy full SHA for ab114fa
.github/workflows/ESP32.yml
@@ -59,7 +59,7 @@ jobs:
59
if: steps.cache_esp_idf.outputs.cache-hit != 'true'
60
run: |
61
cd ~
62
- git clone --depth 1 --branch v5.4 https://github.com/espressif/esp-idf.git
+ git clone --depth 1 --branch v5.4.2 https://github.com/espressif/esp-idf.git
63
# git clone --depth 1 --branch ${{ env.IDF_VER }} https://github.com/espressif/esp-idf.git
64
git -C esp-idf submodule update --init --recursive --filter=tree:0
65
cd esp-idf
0 commit comments