1.5-dev-0

This commit is contained in:
2025-11-02 07:54:11 -07:00
parent 937449dd82
commit 676811bdf7
+1 -1
View File
@@ -3,7 +3,7 @@
## install esp-idf-tools but dont install esp-idf ## install esp-idf-tools but dont install esp-idf
### curl -s https://raw.githubusercontent.com/PrincessPi3/esp-idf-tools/refs/heads/master/install.sh | exec "$SHELL" ### curl -s https://raw.githubusercontent.com/PrincessPi3/esp-idf-tools/refs/heads/master/install.sh | exec "$SHELL"
## install esp-idf all with esp-idf-tools ## install esp-idf all with esp-idf-tools
### installer=$(curl -s https://raw.githubusercontent.com/PrincessPi3/esp-idf-tools/refs/heads/master/install.sh) && "$SHELL $installer full" ### curl -s https://raw.githubusercontent.com/PrincessPi3/esp-idf-tools/refs/heads/master/install.sh > /tmp/install.sh; chmod +x /tmp/install.sh; $SHELL -c "/tmp/install.sh full"
# settings # settings
defaultInstallDir="$HOME/esp" defaultInstallDir="$HOME/esp"