60-beta.3
This commit is contained in:
@@ -24,6 +24,22 @@ 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
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
60-beta.2
|
||||
60-beta.3
|
||||
Reference in New Issue
Block a user