Skip to content

Commit

Permalink
Migrate to v5.0 of ESP-IDF
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbahadir committed Jan 22, 2023
1 parent dbd50cf commit 47878eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/build.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

cd $HOME
git clone --recursive https://github.com/espressif/esp-idf.git
git clone -b v5.0 --recursive https://github.com/espressif/esp-idf.git
cd esp-idf
bash install.sh
source export.sh
Expand Down

0 comments on commit 47878eb

Please sign in to comment.