From bd379f762b55a004bebba5e6786a4c13fd626ff0 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 12 Nov 2024 08:38:35 -0700 Subject: [PATCH] 60-beta.3 --- help.txt | 32 ++++++++++++++++++++++++-------- version.txt | 2 +- 2 files changed, 25 insertions(+), 9 deletions(-) diff --git a/help.txt b/help.txt index 04da5bb..176fa9e 100644 --- a/help.txt +++ b/help.txt @@ -24,14 +24,30 @@ Modes: bash cron-reinstall-esp-idf.sh help +Features: + `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 + `step-flash-monitor` attempt clean, build, flash, then monitor, dying on error + + Helpful Stuff: -cron: - reinstall from master everyday at 8pm, logging out users with warn delays and rebooting after - crontab -e - 0 8 * * * bash $HOME/esp/esp-install-custom/cron-reinstall-esp-idf.sh cron + cron: + reinstall from master everyday at 8pm, logging out users with warn delays and rebooting after + crontab -e + 0 8 * * * bash $HOME/esp/esp-install-custom/cron-reinstall-esp-idf.sh cron -manually wipe logs: - rm $ESPIDF_INSTALLDIR/install.log; rm $ESPIDF_INSTALLDIR/version-data.txt; touch $ESPIDF_INSTALLDIR/install.log; touch $ESPIDF_INSTALLDIR/version-data.txt; + manually wipe logs: + rm $ESPIDF_INSTALLDIR/install.log; rm $ESPIDF_INSTALLDIR/version-data.txt; touch $ESPIDF_INSTALLDIR/install.log; touch $ESPIDF_INSTALLDIR/version-data.txt; -monitor log file during install: - tail -n 75 $ESPIDF_INSTALLDIR/install.log; \ No newline at end of file + monitor log file during install: + tail -n 75 $ESPIDF_INSTALLDIR/install.log; \ No newline at end of file diff --git a/version.txt b/version.txt index b58ba4a..c909c8d 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -60-beta.2 \ No newline at end of file +60-beta.3 \ No newline at end of file