60-beta.3

This commit is contained in:
2024-11-12 08:38:35 -07:00
parent daa63eec58
commit bd379f762b
2 changed files with 25 additions and 9 deletions
+24 -8
View File
@@ -24,14 +24,30 @@ Modes:
bash cron-reinstall-esp-idf.sh help 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: Helpful Stuff:
cron: cron:
reinstall from master everyday at 8pm, logging out users with warn delays and rebooting after reinstall from master everyday at 8pm, logging out users with warn delays and rebooting after
crontab -e crontab -e
0 8 * * * bash $HOME/esp/esp-install-custom/cron-reinstall-esp-idf.sh cron 0 8 * * * bash $HOME/esp/esp-install-custom/cron-reinstall-esp-idf.sh cron
manually wipe logs: 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; 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: monitor log file during install:
tail -n 75 $ESPIDF_INSTALLDIR/install.log; tail -n 75 $ESPIDF_INSTALLDIR/install.log;
+1 -1
View File
@@ -1 +1 @@
60-beta.2 60-beta.3