1.3-dev-0

This commit is contained in:
2025-05-27 04:04:15 -06:00
parent 4bd8194592
commit de251e3b3b
7 changed files with 43 additions and 14 deletions
+1
View File
@@ -90,6 +90,7 @@ Features:
`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`
rebuild-flash-monitor does a `fullclean` then `idf.py set-target` and finally `flashmonitor`
`setup` same as running `idf.py set-target $ESPTARGET; idf.py menuconfig; idf.py build`
`flash` idf.py flash
`monitor` idf.py monitor