54-release.u1.3

This commit is contained in:
2024-11-09 17:12:13 -07:00
parent 8dfdd4b073
commit f38d86b104
2 changed files with 13 additions and 15 deletions
+12 -14
View File
@@ -8,17 +8,15 @@ built for debian-like systems
`bash ~/reinstall-esp-idf.sh` `bash ~/reinstall-esp-idf.sh`
scripts added: scripts added:
``` `build` idf.py build
build `changebaud` prompts to enter a new baud
changebaud `changeesp` prompts to type in esp32s3, esp32c6, etc
changeesp `changeport` opens a menu to select a serial port
changeport `clean` idf.py clean
clean `fullclean` fully resets a project, 'idf.py fullclean' plus remove the build dir and delete some temp and backup files
fullclean `rebuildfull` does a `fullclean` but also an `erase-flash` and also `setup`
rebuildfull `setup` same as running 'idf.py set-target $ESPTARGET; idf.py menuconfig; idf.py build'
setup `flash` idf.py flash
flash `monitor` idf.py monitor
monitor `erase-flash` idf.py erase-flash
erase-flash `save-defconfig` idf.py save-defconfig
save-defconfig
```
+1 -1
View File
@@ -13,7 +13,7 @@ startTime=$(date '+%s')
# crontab -e # crontab -e
# 0 8 * * * bash $HOME/esp/esp-install-custom/cron-reinstall-esp-idf.sh # 0 8 * * * bash $HOME/esp/esp-install-custom/cron-reinstall-esp-idf.sh
cronVers=54-release.u1.2 # version of this script cronVers=54-release.u1.3 # version of this script
myUser=princesspi myUser=princesspi
test=$1 test=$1