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
+16
View File
@@ -24,6 +24,22 @@ 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
+1 -1
View File
@@ -1 +1 @@
60-beta.2 60-beta.3