Skip to content

Commit

Permalink
2 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Szybet committed Jul 3, 2024
1 parent 3beb2bc commit b579b87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"options": {
"statusbar": {
"color": "#00c8ff"
"color": "#cc00ff"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion resources/tools/other/setup/packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if [ ! -d "/root/esp-idf/docs" ]; then
cd /root/
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
# 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/
rm -rf esp-idf-git
cd esp-idf/
Expand Down

0 comments on commit b579b87

Please sign in to comment.