Skip to content

Commit

Permalink
fix esp idf downloading
Browse files Browse the repository at this point in the history
  • Loading branch information
Szybet committed Jul 27, 2024
1 parent f2e6e98 commit 99b26ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/tools/other/setup/packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if [ ! -d "/root/esp-idf/docs" ]; then
rm -rf esp-idf-git/
git clone https://github.com/espressif/esp-idf.git esp-idf-git
# rm -rf esp-idf-git/.git # not sure about this one, if it will make problems for gitignore and vscode git support or smth
mv esp-idf-git/{*,.[!.]*,..?*} esp-idf/
mv esp-idf-git/{.*,*} esp-idf/
rm -rf esp-idf-git
cd esp-idf/
git checkout tags/v5.1.2
Expand Down

0 comments on commit 99b26ea

Please sign in to comment.