diff --git a/README.md b/README.md index f2aa593..0e8ecba 100644 --- a/README.md +++ b/README.md @@ -8,17 +8,15 @@ built for debian-like systems `bash ~/reinstall-esp-idf.sh` scripts added: -``` -build -changebaud -changeesp -changeport -clean -fullclean -rebuildfull -setup -flash -monitor -erase-flash -save-defconfig -``` \ No newline at end of file +`build` idf.py build +`changebaud` prompts to enter a new baud +`changeesp` prompts to type in esp32s3, esp32c6, etc +`changeport` opens a menu to select a serial port +`clean` idf.py clean +`fullclean` fully resets a project, 'idf.py fullclean' plus remove the build dir and delete some temp and backup files +`rebuildfull` does a `fullclean` but also an `erase-flash` and also `setup` +`setup` same as running 'idf.py set-target $ESPTARGET; idf.py menuconfig; idf.py build' +`flash` idf.py flash +`monitor` idf.py monitor +`erase-flash` idf.py erase-flash +`save-defconfig` idf.py save-defconfig \ No newline at end of file diff --git a/cron-reinstall-esp-idf.sh b/cron-reinstall-esp-idf.sh index eeffba2..f471c69 100644 --- a/cron-reinstall-esp-idf.sh +++ b/cron-reinstall-esp-idf.sh @@ -13,7 +13,7 @@ startTime=$(date '+%s') # crontab -e # 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 test=$1