54-release.u1.3

This commit is contained in:
2024-11-09 17:12:13 -07:00
parent 8dfdd4b073
commit f38d86b104
2 changed files with 13 additions and 15 deletions
+12 -14
View File
@@ -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
```
`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