60-dev.12

This commit is contained in:
2024-11-12 08:06:59 -07:00
parent dcb156b5b9
commit 9c328dbdfd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -299,7 +299,7 @@ elif [ "$arg" == "interactive" ]; then
# something here lmfao
exit
elif [ "$arg" == "cron" ] # full install with warn, sleep, and reboot
elif [ "$arg" == "cron" ]; then # full install with warn, sleep, and reboot
action="REINSTALL (CRON)"
gitCmd="git clone --jobs $gitJobs --branch $gitBranch --single-branch https://github.com/espressif/esp-idf $idfDir"
+1 -1
View File
@@ -1 +1 @@
60-dev.11
60-dev.12